Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0022462 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2012-12-05 12:32 | 2012-12-06 15:12 | |||
Reporter | jecharri | View Status | public | |||||
Assigned To | AugustoMauch | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0MP18 | |||
Status | closed | Fix in branch | Fixed in SCM revision | ffc96dc86624 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
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"; | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(0054727) hgbot (developer) 2012-12-05 16:57 |
Repository: erp/devel/pi Changeset: ffc96dc866242505879d419276ef175e8febb2f6 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Wed Dec 05 16:57:03 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/ffc96dc866242505879d419276ef175e8febb2f6 [^] fixed bug 22462: 2.50 window compilation doens't include *Edition.html mapping --- M src-wad/src/org/openbravo/wad/Wad.java --- |
(0054729) AugustoMauch (administrator) 2012-12-05 17:20 |
Code reviewed and verified in pi@ffc96dc86624 |
(0054756) hudsonbot (viewer) 2012-12-06 15:12 |
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/d438f7014f16 [^] Maturity status: Test |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |