Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022462 | Openbravo ERP | A. Platform | public | 2012-12-05 12:32 | 2012-12-06 15:12 |
Reporter | jecharri | ||||
Assigned To | AugustoMauch | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | 3.0MP18 | |||
Merge Request Status | |||||
Review Assigned To | AugustoMauch | ||||
OBNetwork customer | No | ||||
Web browser | Google Chrome | ||||
Modules | Core | ||||
Support ticket | |||||
Regression level | Production - QA Approved | ||||
Regression date | 2012-10-15 | ||||
Regression introduced in release | |||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/c97cb07f8600 [^] | ||||
Triggers an Emergency Pack | No | ||||
Summary | 0022462: If you force to compile one window as classic window the process buttons are not going to work | ||||
Description | If you force to compile one window as classic window the process buttons are not going to work. For example, if you compile the window sales invoice as: ant compile -Dtab="Sales Invoice" -Dwad.generateAllClassic250Windows=true You will see that the button "create from" does not work. | ||||
Steps To Reproduce | - | ||||
Proposed Solution | Solution: --- a/src-wad/src/org/openbravo/wad/Wad.java Wed Nov 21 11:54:49 2012 +0100 +++ b/src-wad/src/org/openbravo/wad/Wad.java Wed Dec 05 12:32:13 2012 +0100 @@ -932,6 +933,11 @@ mapping.classname = prefix + "_Relation.html"; mappings.add(mapping); + WadData mapping2 = new WadData(); + mapping2.name = "W" + tab.tabid; + mapping2.classname = prefix + "_Edition.html"; + mappings.add(mapping2); + WadData mapping3 = new WadData(); mapping3.name = "W" + tab.tabid; mapping3.classname = prefix + "_Excel.xls"; | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-12-05 12:32 | jecharri | New Issue | |||
2012-12-05 12:32 | jecharri | Assigned To | => AugustoMauch | ||
2012-12-05 12:32 | jecharri | Triggers an Emergency Pack | => No | ||
2012-12-05 12:32 | jecharri | Web browser | => Google Chrome | ||
2012-12-05 12:32 | jecharri | Modules | => Core | ||
2012-12-05 12:32 | jecharri | OBNetwork customer | => No | ||
2012-12-05 16:44 | alostale | Web browser | Google Chrome => Google Chrome | ||
2012-12-05 16:44 | alostale | Regression level | => Production - QA Approved | ||
2012-12-05 16:44 | alostale | Regression date | => 2012-10-15 | ||
2012-12-05 16:44 | alostale | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/c97cb07f8600 [^] | ||
2012-12-05 16:47 | alostale | Review Assigned To | => AugustoMauch | ||
2012-12-05 16:47 | alostale | Web browser | Google Chrome => Google Chrome | ||
2012-12-05 16:57 | hgbot | Checkin | |||
2012-12-05 16:57 | hgbot | Note Added: 0054727 | |||
2012-12-05 16:57 | hgbot | Status | new => resolved | ||
2012-12-05 16:57 | hgbot | Resolution | open => fixed | ||
2012-12-05 16:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ffc96dc866242505879d419276ef175e8febb2f6 [^] | ||
2012-12-05 17:20 | AugustoMauch | Note Added: 0054729 | |||
2012-12-05 17:20 | AugustoMauch | Status | resolved => closed | ||
2012-12-05 17:20 | AugustoMauch | Fixed in Version | => 3.0MP18 | ||
2012-12-06 15:12 | hudsonbot | Checkin | |||
2012-12-06 15:12 | hudsonbot | Note Added: 0054756 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|