Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0017772 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 01. General setup | minor | always | 2011-06-14 12:31 | 2011-08-19 09:22 | |||
Reporter | xabiermerino | View Status | public | |||||
Assigned To | ioritzCia | |||||||
Priority | high | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | 2.50 | Fixed in SCM revision | c1da270b0ab4 | |||
Projection | none | ETA | none | Target Version | 2.50MP33 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | 2.50MP30 | SCM revision | ||||||
Merge Request Status | ||||||||
Review Assigned To | ||||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0017772: initial organization setup fails II | |||||||
Description | initial organization setup fails if we select these datasets: - Plan General Contable 2007 (General) - Taxes: configuration for Spain - Spain AEAT Modelo 347 This error appears: Entity DataSet is not directly readable, only id and identifier properties are readable, property datSet.module is neither of these | |||||||
Steps To Reproduce | - As Openbravo Admin go to General Setup || Enterprise || Initial organization setup - Organization type: legal with accounting - Select datasets - Click 'Ok' | |||||||
Proposed Solution | --- a/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java @@ -1470,9 +1470,6 @@ strPath = strSourcePath + "/modules/" + dataset.getModule().getJavaPackage() + "/referencedata/standard"; } - } finally { - OBContext.restorePreviousMode(); - } File datasetFile = new File(strPath + "/" + Utility.wikifiedName(dataset.getName()) + ".xml"); if (!datasetFile.exists()) { return myResult; } finally { OBContext.restorePreviousMode(); } | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0039807) hgbot (developer) 2011-08-03 11:57 |
Repository: erp/stable/2.50 Changeset: c1da270b0ab4714a130f7b3928d97917b7ff7357 Author: Ioritz Cia <ioritz.cia <at> openbravo.com> Date: Tue Aug 02 11:49:33 2011 +0200 URL: http://code.openbravo.com/erp/stable/2.50/rev/c1da270b0ab4714a130f7b3928d97917b7ff7357 [^] Fixes issue 17772: initial organization setup fails II. --- M src/org/openbravo/erpCommon/businessUtility/InitialSetupUtility.java --- |
(0040342) xabiermerino (viewer) 2011-08-19 09:22 |
verified |
![]() |
|||
Date Modified | Username | Field | Change |
2011-06-23 11:35 | xabiermerino | Type | defect => backport |
2011-06-23 11:35 | xabiermerino | fix_in_branch | => 2.50 |
2011-06-23 11:36 | xabiermerino | version | 3.0RC7 => 2.50MP30 |
2011-06-23 11:36 | xabiermerino | Target Version | 3.0MP2 => 2.50MP32 |
2011-07-15 11:57 | dalsasua | Proposed Solution updated | |
2011-07-15 12:04 | dalsasua | Proposed Solution updated | |
2011-07-20 18:08 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-07-20 19:58 | jonalegriaesarte | Target Version | 2.50MP32 => 2.50MP33 |
2011-08-02 17:18 | jonalegriaesarte | Assigned To | jonalegriaesarte => ioritzCia |
2011-08-03 11:57 | hgbot | Checkin | |
2011-08-03 11:57 | hgbot | Note Added: 0039807 | |
2011-08-03 11:57 | hgbot | Status | scheduled => resolved |
2011-08-03 11:57 | hgbot | Resolution | open => fixed |
2011-08-03 11:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/c1da270b0ab4714a130f7b3928d97917b7ff7357 [^] |
2011-08-19 09:22 | xabiermerino | Note Added: 0040342 | |
2011-08-19 09:22 | xabiermerino | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |