Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0038037Openbravo ERPA. Platformpublic2018-03-05 08:332019-06-11 17:56
caristu 
jarmendariz 
immediateminorhave not tried
closedfixed 
5
 
3.0PR18Q2 
caristu
Core
Pre packaging ( pi )
2018-02-02
pi
https://code.openbravo.com/erp/devel/pi/rev/18388657f3c0f155490eeed4ab39b431492b2dc0 [^]
No
0038037: Display logic on tab not properly applied in form view
Display logic on tab is not being properly applied in form view
1) Go to the [Tables and Windows] window.
2) In the header, select any table that is not a tree, for example the AD_Alert. Notice that the "Table Tree Category" sub-tab is not shown. --> OK
3) Enter in form view on that very same record. The "Table Tree Category" is displayed. --> ERROR
The fix for issue 0037587 is avoiding the computation of the display logic for tabs when entering in form view --> look for another way to difference the direct accessing of a record against entering in form view.
No tags attached.
related to defect 0039405 closed AugustoMauch Display logic in Product window does not work properly while opening as a tab from another window 
caused by defect 0037587 closed jarmendariz Open on tab does not work on Tree type windows when using auxiliary inputs in display logic 
patch bug-38037.patch (1,150) 2018-03-05 16:52
https://issues.openbravo.com/file_download.php?file_id=11616&type=bug
Issue History
2018-03-05 08:33caristuNew Issue
2018-03-05 08:33caristuAssigned To => platform
2018-03-05 08:33caristuModules => Core
2018-03-05 08:33caristuTriggers an Emergency Pack => No
2018-03-05 08:33caristuRelationship addedcaused by 0037587
2018-03-05 08:34caristuRegression level => Pre packaging ( pi )
2018-03-05 08:34caristuRegression date => 2018-02-02
2018-03-05 08:34caristuRegression introduced in release => pi
2018-03-05 08:34caristuRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/18388657f3c0f155490eeed4ab39b431492b2dc0 [^]
2018-03-05 08:34caristuAssigned Toplatform => jarmendariz
2018-03-05 09:09jarmendarizStatusnew => scheduled
2018-03-05 13:51jarmendarizFile Added: bug-38037.patch
2018-03-05 13:52jarmendarizReview Assigned To => caristu
2018-03-05 16:52jarmendarizFile Deleted: bug-38037.patch
2018-03-05 16:52jarmendarizFile Added: bug-38037.patch
2018-03-05 17:08hgbotCheckin
2018-03-05 17:08hgbotNote Added: 0102986
2018-03-05 17:08hgbotStatusscheduled => resolved
2018-03-05 17:08hgbotResolutionopen => fixed
2018-03-05 17:08hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/af87e97a3a5316f70fcee5a185699bcecd757d79 [^]
2018-03-05 23:45hudsonbotCheckin
2018-03-05 23:45hudsonbotNote Added: 0102997
2018-03-07 08:53jarmendarizNote Added: 0103052
2018-03-08 16:32caristuNote Added: 0103092
2018-03-08 16:32caristuStatusresolved => closed
2018-03-08 16:32caristuFixed in Version => 3.0PR18Q2
2019-06-11 17:56rafarodaRelationship addedrelated to 0039405

Notes
(0102986)
hgbot   
2018-03-05 17:08   
Repository: erp/devel/pi
Changeset: af87e97a3a5316f70fcee5a185699bcecd757d79
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Mon Mar 05 17:07:21 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/af87e97a3a5316f70fcee5a185699bcecd757d79 [^]

Fixed bug 38037: Display logic on tab not applied in form view.

Changed logic to determine whether a subtab is called from a direct link call
to avoid skipping the display logic when entering form view. The directTabInfo
property is set when we are in direct link mode, so it seems fit for this feature.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
(0102997)
hudsonbot   
2018-03-05 23:45   
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/ae235ad7fcda [^]
Maturity status: Test
(0103052)
jarmendariz   
2018-03-07 08:53   
Added the following tests to check this bug is not happening again:

https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-10871 [^]

https://testlink.openbravo.com/testlink/linkto.php?tprojectPrefix=Communit&item=testcase&id=Communit-10872 [^]
(0103092)
caristu   
2018-03-08 16:32   
Code reviewed + tested OK.

Tested also following the steps to reproduce issue 0037587.