Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0015696 | Openbravo ERP | 02. Master data management | public | 2011-01-18 17:57 | 2011-01-19 13:39 | |||||||
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 | ||||||||||||
Target Version | Fixed in Version | 2.50MP26 | ||||||||||
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 | 0015696: Initial Organization Setup process does always insert reference data belonging to "*" Organization | |||||||||||
Description | Initial Organization Setup process does always insert reference data belonging to "*" Organization | |||||||||||
Steps To Reproduce | Run initial client setup and select none of the reference data modules (not even core) Login as new client admin Run initial org setup and select core dataset Go to Document Definition window Check that all the documents are defined at "*" level | |||||||||||
Proposed Solution | --- a/src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialOrgSetup.java @@ -85,7 +85,8 @@ * @param strOrgUser * Name of the user that will be created for the organization * @param strOrgType - * Organization Type code, according to: 0-Organization, 1-Legal with accounting, 2-Generic, 3-Legal without accounting. + * Organization Type code, according to: 0-Organization, 1-Legal with accounting, + * 2-Generic, 3-Legal without accounting. * @param strParentOrg * New organization will belong to the provided one, in the organization tree * @param strcLocationId @@ -349,7 +350,7 @@ ImportResult iResult; try { - iResult = InitialSetupUtility.insertReferenceData(dataSet, client, null); + iResult = InitialSetupUtility.insertReferenceData(dataSet, client, org); } catch (Exception e) { return logErrorAndRollback("@CreateReferenceDataFailed@", "insertReferenceDataModules() - Exception ocurred while obtaining datasets for module " | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2011-01-18 17:57 | dalsasua | Type | defect => backport | |||||||||
2011-01-18 17:57 | dalsasua | fix_in_branch | => 2.50 | |||||||||
2011-01-18 17:57 | dalsasua | Priority | normal => immediate | |||||||||
2011-01-18 18:01 | hgbot | Checkin | ||||||||||
2011-01-18 18:01 | hgbot | Note Added: 0033729 | ||||||||||
2011-01-18 18:01 | hgbot | Status | scheduled => resolved | |||||||||
2011-01-18 18:01 | hgbot | Resolution | open => fixed | |||||||||
2011-01-18 18:01 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/339c3ecd26686c1387f54e2b12913cf88d6ccd01 [^] | |||||||||
2011-01-19 13:28 | hgbot | Checkin | ||||||||||
2011-01-19 13:28 | hgbot | Note Added: 0033770 | ||||||||||
2011-01-19 13:28 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/stable/2.50/rev/339c3ecd26686c1387f54e2b12913cf88d6ccd01 [^] => http://code.openbravo.com/erp/stable/2.50/rev/c2b161e5272d47381d513e3c323a7ee3639c4e66 [^] | |||||||||
2011-01-19 13:37 | dalsasua | Status | resolved => closed | |||||||||
2011-01-19 13:38 | dalsasua | Status | closed => new | |||||||||
2011-01-19 13:38 | dalsasua | Resolution | fixed => open | |||||||||
2011-01-19 13:38 | dalsasua | Status | new => scheduled | |||||||||
2011-01-19 13:38 | dalsasua | fix_in_branch | 2.50 => pi | |||||||||
2011-01-19 13:39 | dalsasua | Status | scheduled => resolved | |||||||||
2011-01-19 13:39 | dalsasua | Fixed in Version | => 2.50MP26 | |||||||||
2011-01-19 13:39 | dalsasua | Resolution | open => fixed | |||||||||
2011-01-19 13:39 | dalsasua | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|