Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040763Openbravo ERPZ. Otherspublic2019-05-03 11:362019-05-21 15:17
anderaranguren 
AugustoMauch 
urgentmajoralways
closedfixed 
5
pi 
3.0PR19Q3 
alostale
Core
Production - Confirmed Stable
2018-03-06
3.0PR18Q2
https://code.openbravo.com/erp/devel/pi/rev/1ed089db27e7036cf53026ca873dbcf104d79bb9 [^]
No
0040763: In Payment Out window, Add Details process, the Business Partner is showing customers when it should show vendors
In Payment Out window, Add Details process, the Business Partner is showing customers when it should show vendors
18Q1
1. Go to Payment Out window
2. Create a record with Paying to Mountains & Snow S.L
3. Press Add Details
4. In G/L items section add a new record
5. See the Business Partners available
 
PI
1. Go to Payment Out window
2. Create a record with Paying to Mountains & Snow S.L
3. Press Add Details
4. In G/L items section add a new record
5. See the Business Partners available are not the same

Note that if selecting it from the magnifying glass button it can be seen everyone after cleaning the filter.
 
No tags attached.
depends on backport 00407813.0PR19Q2 closed platform In Payment Out window, Add Details process, the Business Partner is not showing the records that it should 
depends on backport 00407823.0PR19Q1.1 closed platform In Payment Out window, Add Details process, the Business Partner is not showing the records that it should 
depends on backport 00407833.0PR18Q4.4 closed nonofrancisco In Payment Out window, Add Details process, the Business Partner is not showing the records that it should 
caused by defect 00380393.0PR18Q2 closed jarmendariz Organization filtering issues in Process Definition selectors 
png PaymentOut18Q1.png (142,807) 2019-05-03 11:36
https://issues.openbravo.com/file_download.php?file_id=12913&type=bug
png

png PaymentOutPi.png (147,779) 2019-05-03 11:37
https://issues.openbravo.com/file_download.php?file_id=12914&type=bug
png
Issue History
2019-05-03 11:36anderarangurenNew Issue
2019-05-03 11:36anderarangurenAssigned To => Triage Finance
2019-05-03 11:36anderarangurenFile Added: PaymentOut18Q1.png
2019-05-03 11:36anderarangurenModules => Core
2019-05-03 11:36anderarangurenResolution time => 1558648800
2019-05-03 11:36anderarangurenRegression introduced in release => 3.0PR18Q2
2019-05-03 11:36anderarangurenTriggers an Emergency Pack => No
2019-05-03 11:37anderarangurenFile Added: PaymentOutPi.png
2019-05-03 11:43SandrahuguetAssigned ToTriage Finance => nonofrancisco
2019-05-06 04:56nonofranciscoStatusnew => scheduled
2019-05-06 09:54SandrahuguetAssigned Tononofrancisco => platform
2019-05-06 16:09AugustoMauchRegression level => Production - Confirmed Stable
2019-05-06 16:09AugustoMauchRegression date => 2018-03-06
2019-05-06 16:09AugustoMauchRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/1ed089db27e7036cf53026ca873dbcf104d79bb9 [^]
2019-05-06 16:09AugustoMauchAssigned Toplatform => AugustoMauch
2019-05-06 16:09AugustoMauchRelationship addedcaused by 0038039
2019-05-06 17:48anderarangurenSummaryIn Payment Out window, Add Details process, the Business Partner is not showing the records that it should => In Payment Out window, Add Details process, the Business Partner is showing customers when it should show vendors
2019-05-06 17:48anderarangurenDescription Updatedbug_revision_view_page.php?rev_id=18720#r18720
2019-05-07 09:48hgbotCheckin
2019-05-07 09:48hgbotNote Added: 0111524
2019-05-07 09:48hgbotStatusscheduled => resolved
2019-05-07 09:48hgbotResolutionopen => fixed
2019-05-07 09:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e0759ec376b48d7c7d789b9c978a7b308b394d74 [^]
2019-05-07 11:27alostaleReview Assigned To => alostale
2019-05-07 11:27alostaleNote Added: 0111532
2019-05-07 11:27alostaleStatusresolved => closed
2019-05-07 11:27alostaleFixed in Version => 3.0PR19Q3
2019-05-21 15:17hudsonbotCheckin
2019-05-21 15:17hudsonbotNote Added: 0112012

Notes
(0111524)
hgbot   
2019-05-07 09:48   
Repository: erp/devel/pi
Changeset: e0759ec376b48d7c7d789b9c978a7b308b394d74
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Mon May 06 16:47:56 2019 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e0759ec376b48d7c7d789b9c978a7b308b394d74 [^]

Fixes issue 40763: Standard properties are taken from underlying window in P&E

When a P&E window contains a grid and a request to the datasource of the P&E window is done, it is
not clear whether the P&E grid or the underlying grid standard properties (tabId, tableId, windowId, etc)
should be included in the contextInfo.

Before this changeset [1] was pushed, the standard properties were taken from the underlying grid. The
changeset modified the behaviour, so that the P&E grid standard properties were included instead.
This was necessary because the SelectorConstants.includeOrgFilter method needed the table ID of the
P&E grid.

But the change caused another problem: Some OBBindings were relying on the underlying grid standard
properties being included in the contextInfo.

To fix both problems, now a new property called inpPickAndExecuteTableId is included when doing a
request from a P&E grid, and that property is referenced by SelectorConstants.includeOrgFilter.

The contextInfo now will include the standard properties of the underlying grid, as it was done
before [1].

[1] https://code.openbravo.com/erp/devel/pi/rev/1ed089db27e7036cf53026ca873dbcf104d79bb9 [^]

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorConstants.java
---
(0111532)
alostale   
2019-05-07 11:27   
reviewed + tested
(0112012)
hudsonbot   
2019-05-21 15:17   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9b8f37d9d85e [^]
Maturity status: Test