Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013905 | Openbravo ERP | F. Localization | public | 2010-07-06 14:55 | 2010-07-24 00:00 |
Reporter | dalsasua | ||||
Assigned To | dalsasua | ||||
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 20 | OS Version | Ubuntu 9.04 | |
Product Version | pi | ||||
Target Version | pi | Fixed in Version | |||
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 | 0013905: Enterprise Module Mangement is not working for datasets belonging to core module | ||||
Description | Enterprise Module Mangement is not working for datasets belonging to core module | ||||
Steps To Reproduce | Perform initial client setup Log in with new client Go to Enterp.Module.Mgmt. Apply core dataset to * organization Realize that nothing happens | ||||
Proposed Solution | --- a/src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData.java +++ b/src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData.java @@ -201,8 +201,10 @@ StringBuffer strError = new StringBuffer(""); for (int j = 0; j < data.length; j++) { - String strPath = vars.getSessionValue("#SOURCEPATH") + "/modules/" + data[j].javapackage - + "/referencedata/standard"; + String strPath = vars.getSessionValue("#SOURCEPATH"); + if (!data[j].javapackage.equals("org.openbravo")) + strPath = strPath + "/modules/" + data[j].javapackage; + strPath = strPath + "/referencedata/standard"; File datasetFile = new File(strPath + "/" + Utility.wikifiedName(data[j].datasetname) + ".xml"); if (!datasetFile.exists()) { | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-07-06 14:55 | dalsasua | New Issue | |||
2010-07-06 14:55 | dalsasua | Assigned To | => dalsasua | ||
2010-07-06 14:55 | dalsasua | OBNetwork customer | => No | ||
2010-07-06 14:56 | dalsasua | Status | new => scheduled | ||
2010-07-06 14:56 | dalsasua | fix_in_branch | => pi | ||
2010-07-06 15:32 | hgbot | Checkin | |||
2010-07-06 15:32 | hgbot | Note Added: 0029093 | |||
2010-07-06 15:32 | hgbot | Status | scheduled => resolved | ||
2010-07-06 15:32 | hgbot | Resolution | open => fixed | ||
2010-07-06 15:32 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/df1b1005e10a1673521404eef6b0f23390378bc8 [^] | ||
2010-07-07 11:05 | arunkumar | Note Added: 0029107 | |||
2010-07-07 12:38 | hudsonbot | Checkin | |||
2010-07-07 12:38 | hudsonbot | Note Added: 0029121 | |||
2010-07-08 14:20 | dalsasua | Note Added: 0029163 | |||
2010-07-12 08:41 | sureshbabu | Note Added: 0029219 | |||
2010-07-12 15:38 | dalsasua | Note Added: 0029234 | |||
2010-07-12 15:39 | dalsasua | Note Added: 0029235 | |||
2010-07-23 12:04 | sureshbabu | Status | resolved => closed | ||
2010-07-24 00:00 | anonymous | sf_bug_id | 0 => 3033812 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|