Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022462
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformmajoralways2012-12-05 12:322012-12-06 15:12
ReporterjecharriView Statuspublic 
Assigned ToAugustoMauch 
PriorityhighResolutionfixedFixed in Version3.0MP18
StatusclosedFix in branchFixed in SCM revisionffc96dc86624
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToAugustoMauch
Web browserGoogle Chrome
ModulesCore
Regression levelProduction - QA Approved
Regression date2012-10-15
Regression introduced in release
Regression introduced by commithttps://code.openbravo.com/erp/devel/pi/rev/c97cb07f8600 [^]
Triggers an Emergency PackNo
Summary

0022462: If you force to compile one window as classic window the process buttons are not going to work

DescriptionIf 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 SolutionSolution:
--- 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";
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(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 (manager)
2012-12-05 17:20

Code reviewed and verified in pi@ffc96dc86624
(0054756)
hudsonbot (developer)
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

- 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 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
Powered by Mantis Bugtracker