Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0015042 | Openbravo ERP | 01. General setup | public | 2010-10-26 21:22 | 2010-11-05 12:44 |
| Reporter | dalsasua | ||||
| Assigned To | dalsasua | ||||
| Priority | immediate | 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 | 2.50MP24 | ||
| 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 | 0015042: If create reference data process fails during initial clilent setup,under some circumstances the Exception is not correcty shown | ||||
| Description | If create reference data process fails during initial clilent setup,under some circumstances the Exception is not correcty shown | ||||
| Steps To Reproduce | |||||
| Proposed Solution | --- a/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java @@ -1337,6 +1337,10 @@ String strXml = Utility.fileToString(datasetFile.getPath()); myResult = myData.importDataFromXML(client, organization, strXml, dataset.getModule()); + if (myResult.getErrorMessages() != null && !myResult.getErrorMessages().equals("") + && !myResult.getErrorMessages().equals("null")) + return myResult; + insertClientModule(client, dataset.getModule()); return myResult; | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2010-10-26 21:22 | dalsasua | New Issue | |||
| 2010-10-26 21:22 | dalsasua | Assigned To | => dalsasua | ||
| 2010-10-26 21:22 | dalsasua | OBNetwork customer | => No | ||
| 2010-10-26 21:25 | hgbot | Checkin | |||
| 2010-10-26 21:25 | hgbot | Note Added: 0032238 | |||
| 2010-10-26 21:25 | hgbot | Status | new => resolved | ||
| 2010-10-26 21:25 | hgbot | Resolution | open => fixed | ||
| 2010-10-26 21:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/080b4b811fa9ef9709fef8b6f8124403f13ea283 [^] | ||
| 2010-10-26 21:42 | dalsasua | Status | resolved => closed | ||
| 2010-10-26 21:42 | dalsasua | Fixed in Version | => 2.50MP24 | ||
| 2010-10-30 11:24 | anonymous | sf_bug_id | 0 => 3098761 | ||
| 2010-11-05 12:44 | hudsonbot | Checkin | |||
| 2010-11-05 12:44 | hudsonbot | Note Added: 0032422 | |||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||