Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015403Openbravo ERPA. Platformpublic2010-12-10 17:152022-02-01 08:09
shuehner 
Triage Platform Base 
normalmajorhave not tried
acknowledgedopen 
5
 
 
Core
No
0015403: Order of included resources is not preserved (in WadActionButton code)
This is the same bug like 13760 which was fixed in Wad.java
WadActionButton has its own copy of the same code which does not preserve the order so needs to get the same fix to not modify order defined by the individual WadControls.

Code is starting around line 788 of WadActionButton (importsCSS = new Properties) which should probably be changed to a simple list based container like same code in WadActionButton.java
No tags attached.
related to defect 0014990 closed alostale The new selector does not work on the parameters of a jasper report 
related to defect 00137602.50 closed alostale Order of included resources is not preserved 
? org.test-0.0.0.obx (4,492) 2010-12-10 17:20
https://issues.openbravo.com/file_download.php?file_id=3422&type=bug
? org.testtemplate-0.0.0.obx (2,667) 2010-12-10 17:21
https://issues.openbravo.com/file_download.php?file_id=3423&type=bug
Issue History
2010-12-10 17:15shuehnerNew Issue
2010-12-10 17:15shuehnerAssigned To => alostale
2010-12-10 17:15shuehnerModules => Core
2010-12-10 17:15shuehnerRelationship addedrelated to 0014990
2010-12-10 17:15shuehnerRelationship addedrelated to 0013760
2010-12-10 17:20shuehnerFile Added: org.test-0.0.0.obx
2010-12-10 17:21shuehnerFile Added: org.testtemplate-0.0.0.obx
2010-12-10 17:24shuehnerNote Added: 0033110
2010-12-13 09:03alostaleStatusnew => scheduled
2013-04-25 08:15alostaleTriggers an Emergency Pack => No
2013-04-25 08:15alostaleNote Added: 0058215
2013-04-25 08:15alostaleTypedefect => design defect
2017-03-31 14:36alostaleStatusscheduled => acknowledged
2017-03-31 18:49shuehnerNote Added: 0095776
2017-04-10 14:33alostaleAssigned Toalostale => platform
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0033110)
shuehner   
2010-12-10 17:24   
Can be reproduced using attached obx defining uiselector based on c_bpartner table. Template which uses this new selector in Procurement - >Analysis Tools -> Purchase Order Report.
In that popup the uiselector widget does not work as the include order in the html is reversed compared to the include order defined in the WADSelector.java file of the ui selector module.
Tested on
pi, rev: 3322e18ae878
userinterface.selector, rev: 092831b01af5
(0058215)
alostale   
2013-04-25 08:15   
Moved to design defect in WAD. New processes should be defined as parameter windows when possible.
(0095776)
shuehner   
2017-03-31 18:49   
Note: my pending wad-cleanup-part2 series i think removes the code about importCSS as it cannot be used anymore already.
If that it to be confirmed this issue here would be made obsolete.