Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038241Openbravo ERPA. Platformpublic2018-03-28 08:342018-03-28 17:24
caristu 
caristu 
highmajoralways
closedfixed 
5
 
3.0PR17Q4.33.0PR17Q4.3 
alostale
Core
Production - Confirmed Stable
2017-11-08
3.0PR18Q1
https://code.openbravo.com/erp/devel/pi/rev/a87ba8a293e6224273bd2c70d0fcbb54d9ac8cf6 [^]
No
0038241: Update Business Partner Selector of 'Settle / Process Remittances' process
The 'Settle / Process Remittances' process contains an old selector which does not work in new versions of Core
Open 'Settle / Process Remittances' window
Notice that Business Partner selector is missing

-> The selector is shown up to 16Q2
No tags attached.
blocks defect 0038189 closed caristu OBUISEL_Selector references are not displayed properly in tabs that shows 2.50 forms 
Issue History
2018-03-28 08:34caristuNew Issue
2018-03-28 08:34caristuAssigned To => caristu
2018-03-28 08:34caristuModules => Core
2018-03-28 08:34caristuResolution time => 1523397600
2018-03-28 08:34caristuRegression level => Production - QA Approved
2018-03-28 08:34caristuRegression date => 2017-11-08
2018-03-28 08:34caristuRegression introduced in release => 3.0PR18Q1
2018-03-28 08:34caristuRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/a87ba8a293e6224273bd2c70d0fcbb54d9ac8cf6 [^]
2018-03-28 08:34caristuTriggers an Emergency Pack => No
2018-03-28 08:34caristuIssue generated from0038236
2018-03-28 08:34caristuTarget Version => 3.0PR17Q4.3
2018-03-28 08:35caristuRelationship addedblocks 0038189
2018-03-28 08:41caristuRegression levelProduction - QA Approved => Production - Confirmed Stable
2018-03-28 08:52hgbotCheckin
2018-03-28 08:52hgbotNote Added: 0103595
2018-03-28 08:52hgbotStatusnew => resolved
2018-03-28 08:52hgbotResolutionopen => fixed
2018-03-28 08:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/backports/3.0PR17Q4.3/rev/324c10b1833df20cea4900e571ca8321f95175ce [^]
2018-03-28 08:54caristuReview Assigned To => alostale
2018-03-28 17:24alostaleStatusresolved => closed
2018-03-28 17:24alostaleFixed in Version => 3.0PR17Q4.3

Notes
(0103595)
hgbot   
2018-03-28 08:52   
Repository: erp/backports/3.0PR17Q4.3
Changeset: 324c10b1833df20cea4900e571ca8321f95175ce
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Tue Mar 27 19:16:16 2018 +0200
URL: http://code.openbravo.com/erp/backports/3.0PR17Q4.3/rev/324c10b1833df20cea4900e571ca8321f95175ce [^]

fixes bug 38241: OBUISEL_Selector not displayed in tabs that shows 2.50 forms

  In 2.50 forms displayed inside 3.0 windows, a request to load the JS static resources is done but the SessionDynamic request is not. As a result, the OB object was generated partially. This caused JS errors when referencing to the missing data (for example when trying to get a label from the OB.I18N object).

  This issue was fixed partially on issue 0037303. The problem here is still reproducible because when opening a 2.50 form inside a tab, the window.LayoutMDI_windowObj has not being initialized because the getFrame('LayoutMDI') is not being invoked.

  To fix the problem, now we are directly invoking getFrame('LayoutMDI') to get the OB object.

---
M modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/templates/application-js.ftl
---