Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0022462Openbravo ERPA. Platformpublic2012-12-05 12:322012-12-06 15:12
jecharri 
AugustoMauch 
highmajoralways
closedfixed 
5
 
3.0MP18 
AugustoMauch
Google Chrome
Core
Production - QA Approved
2012-10-15
https://code.openbravo.com/erp/devel/pi/rev/c97cb07f8600 [^]
No
0022462: If you force to compile one window as classic window the process buttons are not going to work
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.
-
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";
No tags attached.
Issue History
2012-12-05 12:32jecharriNew Issue
2012-12-05 12:32jecharriAssigned To => AugustoMauch
2012-12-05 12:32jecharriTriggers an Emergency Pack => No
2012-12-05 12:32jecharriWeb browser => Google Chrome
2012-12-05 12:32jecharriModules => Core
2012-12-05 16:44alostaleWeb browserGoogle Chrome => Google Chrome
2012-12-05 16:44alostaleRegression level => Production - QA Approved
2012-12-05 16:44alostaleRegression date => 2012-10-15
2012-12-05 16:44alostaleRegression introduced by commit => https://code.openbravo.com/erp/devel/pi/rev/c97cb07f8600 [^]
2012-12-05 16:47alostaleReview Assigned To => AugustoMauch
2012-12-05 16:47alostaleWeb browserGoogle Chrome => Google Chrome
2012-12-05 16:57hgbotCheckin
2012-12-05 16:57hgbotNote Added: 0054727
2012-12-05 16:57hgbotStatusnew => resolved
2012-12-05 16:57hgbotResolutionopen => fixed
2012-12-05 16:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ffc96dc866242505879d419276ef175e8febb2f6 [^]
2012-12-05 17:20AugustoMauchNote Added: 0054729
2012-12-05 17:20AugustoMauchStatusresolved => closed
2012-12-05 17:20AugustoMauchFixed in Version => 3.0MP18
2012-12-06 15:12hudsonbotCheckin
2012-12-06 15:12hudsonbotNote Added: 0054756

Notes
(0054727)
hgbot   
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   
2012-12-05 17:20   
Code reviewed and verified in pi@ffc96dc86624
(0054756)
hudsonbot   
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