Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009403 | Openbravo ERP | A. Platform | public | 2009-06-09 12:58 | 2009-06-30 00:00 |
|
Reporter | azabaleta | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP1 | |
Target Version | | Fixed in Version | main | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009403: After installing a template that hides fields in several windows, these windows are not compiled. |
Description | Installed a template that hides several fields in some windows. I can see in AD that these fields are hidden. But after rebuilding the system when installing the template, these fields are still there. It means the windows have not been compiled.
|
Steps To Reproduce | Install Spanish localization. Rebuild the system.
Install Xpress Template. Rebuild the system.
Create a client with initial client setup not selecting any spanish localization reference data, but selecting the xpress Template.
You will see that tha AD says some fields are hidden but the windows show them. |
Proposed Solution | |
Additional Information | |
Tags | 2.50MP2 |
Relationships | related to | defect | 0009390 | | closed | alostale | Module unistallation is not properly done: window left inconsistent |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-09 12:58 | azabaleta | New Issue | |
2009-06-09 12:58 | azabaleta | Assigned To | => rafaroda |
2009-06-09 13:04 | rafaroda | OBNetwork customer | => No |
2009-06-09 13:04 | rafaroda | Note Added: 0017135 | |
2009-06-09 13:04 | rafaroda | Assigned To | rafaroda => alostale |
2009-06-09 13:04 | rafaroda | Status | new => feedback |
2009-06-09 13:22 | azabaleta | Note Added: 0017137 | |
2009-06-10 11:43 | rafaroda | Status | feedback => new |
2009-06-10 11:43 | rafaroda | version | => 2.50MP1 |
2009-06-10 11:43 | rafaroda | Proposed Solution updated | |
2009-06-10 12:26 | alostale | Note Added: 0017175 | |
2009-06-10 12:26 | alostale | Priority | normal => urgent |
2009-06-10 12:26 | alostale | Severity | critical => major |
2009-06-10 12:39 | alostale | Tag Attached: 2.50MP2 | |
2009-06-10 12:39 | alostale | Relationship added | duplicate of 0009390 |
2009-06-10 13:01 | alostale | Relationship deleted | 0009390 |
2009-06-10 13:01 | alostale | Relationship added | related to 0009390 |
2009-06-10 17:41 | psarobe | Status | new => scheduled |
2009-06-10 17:41 | psarobe | fix_in_branch | => pi |
2009-06-11 15:02 | hgbot | Checkin | |
2009-06-11 15:02 | hgbot | Note Added: 0017213 | |
2009-06-11 15:02 | hgbot | Status | scheduled => resolved |
2009-06-11 15:02 | hgbot | Resolution | open => fixed |
2009-06-11 15:02 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/88e93b5b7c41ce5114d47cceaaa4bc4a996af7c3 [^] |
2009-06-22 11:09 | psarobe | Fixed in Version | => main |
2009-06-29 11:45 | psarobe | Status | resolved => closed |
2009-06-30 00:00 | anonymous | sf_bug_id | 0 => 2814266 |
Notes |
|
|
Asier Zabaleta, could you please provide Openbravo ERP version and detailed steps to reproduce this issue (or include the template module)?
Asier Lostalé, could you please determine whether this is the designed behaviour or not?
Thanks. |
|
|
|
2.50MP1
Install Spanish localization. Rebuild the system.
Install Xpress Template. Rebuild the system.
Create a client with initial client setup not selecting any spanish localization reference data, but selecting the xpress Template.
You will see that tha AD says some fields are hidden but the windows show them.
Asier |
|
|
|
workarround:
execute in command line
ant compile.complete |
|
|
(0017213)
|
hgbot
|
2009-06-11 15:02
|
|
Repository: erp/devel/pi
Changeset: 88e93b5b7c41ce5114d47cceaaa4bc4a996af7c3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jun 11 15:02:20 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/88e93b5b7c41ce5114d47cceaaa4bc4a996af7c3 [^]
fixed bug 9403, fixed bug 9390: Execute compile.complte when applying modules depending on the case.
It is executed when:
-There's at least one module to uninstall
-There's at least one template to install
---
M build.xml
M src/org/openbravo/erpCommon/ad_process/ApplyModules.java
M src/org/openbravo/erpCommon/ad_process/ApplyModules_data.xsql
---
|
|