Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0015002 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] F. Localization | minor | always | 2010-10-22 18:10 | 2010-12-09 16:07 | |||
| Reporter | dalsasua | View Status | public | |||||
| Assigned To | dalsasua | |||||||
| Priority | immediate | Resolution | fixed | Fixed in Version | 2.50MP23 | |||
| Status | closed | Fix in branch | Fixed in SCM revision | 44841807a54d | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Linux 32 bit | Database | Oracle | Java version | 1.6.0_14 | |||
| OS Version | Ubuntu 9.04 | Database version | 11.1.0.6.0 SE | Ant version | 1.7.1 | |||
| Product Version | pi | SCM revision | 5fddff493e93 | |||||
| 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 | 0015002: Initial Client Setup, if apply reference data, duplicates entries in ad_clientmodule table | |||||||
| Description | Initial Client Setup, if apply reference data, duplicates entries in ad_clientmodule and ad_orgmodule tables | |||||||
| Proposed Solution | diff --git a/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java b/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java --- a/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java +++ b/src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java @@ -670,20 +670,6 @@ elements = iResult.getUpdatedObjects(); logEvent(elements.size() + " @RowsUpdated@"); } - ADClientModule clientModule = null; - try { - clientModule = InitialSetupUtility.insertClientModule(client, module); - } catch (Exception e) { - return logErrorAndRollback( - "@CreateReferenceDataFailed@", - "insertReferenceDataModules() - Exception while updating version installed of the accounting module " - + module.getName(), e); - } - if (clientModule == null) - return logErrorAndRollback( - "@CreateReferenceDataFailed@", - "insertReferenceDataModules() - Exception while updating version installed of the accounting module " - + module.getName()); } return obeResult; } | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0032127) hgbot (developer) 2010-10-22 18:15 |
Repository: erp/devel/pi Changeset: 44841807a54d6263745e2e07419c611dfc54f1d6 Author: David Alsasua <david.alsasua <at> openbravo.com> Date: Fri Oct 22 18:15:12 2010 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/44841807a54d6263745e2e07419c611dfc54f1d6 [^] Fixes issue 15002 Initial Client Setup duplicates ad_clientmodule entries --- M src/org/openbravo/erpCommon/businessUtility/InitialClientSetup.java --- |
|
(0032138) hudsonbot (viewer) 2010-10-22 22:43 |
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated: Changeset: http://code.openbravo.com/erp/devel/main/rev/44841807a54d [^] Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/98214a9e7372 [^] Tests: http://builds.openbravo.com/view/int/ [^] OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18589.obx [^] |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2010-10-22 18:10 | dalsasua | New Issue | |
| 2010-10-22 18:10 | dalsasua | Assigned To | => dalsasua |
| 2010-10-22 18:10 | dalsasua | OBNetwork customer | => No |
| 2010-10-22 18:15 | hgbot | Checkin | |
| 2010-10-22 18:15 | hgbot | Note Added: 0032127 | |
| 2010-10-22 18:15 | hgbot | Status | new => resolved |
| 2010-10-22 18:15 | hgbot | Resolution | open => fixed |
| 2010-10-22 18:15 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/44841807a54d6263745e2e07419c611dfc54f1d6 [^] |
| 2010-10-22 22:43 | hudsonbot | Checkin | |
| 2010-10-22 22:43 | hudsonbot | Note Added: 0032138 | |
| 2010-11-18 12:24 | psarobe | Status | resolved => closed |
| 2010-11-18 12:24 | psarobe | Fixed in Version | => 2.50MP23 |
| 2010-12-09 16:07 | anonymous | sf_bug_id | 0 => 3133528 |
| Copyright © 2000 - 2009 MantisBT Group |