Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015403 | Openbravo ERP | A. Platform | public | 2010-12-10 17:15 | 2022-02-01 08:09 |
|
Reporter | shuehner | |
Assigned To | Triage Platform Base | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0015403: Order of included resources is not preserved (in WadActionButton code) |
Description | 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 |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0014990 | | closed | alostale | The new selector does not work on the parameters of a jasper report | related to | defect | 0013760 | 2.50 | closed | alostale | Order of included resources is not preserved |
|
Attached Files | 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 |
Date Modified | Username | Field | Change |
2010-12-10 17:15 | shuehner | New Issue | |
2010-12-10 17:15 | shuehner | Assigned To | => alostale |
2010-12-10 17:15 | shuehner | Modules | => Core |
2010-12-10 17:15 | shuehner | Relationship added | related to 0014990 |
2010-12-10 17:15 | shuehner | Relationship added | related to 0013760 |
2010-12-10 17:20 | shuehner | File Added: org.test-0.0.0.obx | |
2010-12-10 17:21 | shuehner | File Added: org.testtemplate-0.0.0.obx | |
2010-12-10 17:24 | shuehner | Note Added: 0033110 | |
2010-12-13 09:03 | alostale | Status | new => scheduled |
2013-04-25 08:15 | alostale | Triggers an Emergency Pack | => No |
2013-04-25 08:15 | alostale | Note Added: 0058215 | |
2013-04-25 08:15 | alostale | Type | defect => design defect |
2017-03-31 14:36 | alostale | Status | scheduled => acknowledged |
2017-03-31 18:49 | shuehner | Note Added: 0095776 | |
2017-04-10 14:33 | alostale | Assigned To | alostale => platform |
2022-02-01 08:09 | alostale | Assigned To | platform => Triage Platform Base |
Notes |
|
|
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 |
|
|
|
Moved to design defect in WAD. New processes should be defined as parameter windows when possible. |
|
|
|
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. |
|