Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0015002
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] F. Localizationminoralways2010-10-22 18:102010-12-09 16:07
ReporterdalsasuaView Statuspublic 
Assigned Todalsasua 
PriorityimmediateResolutionfixedFixed in Version2.50MP23
StatusclosedFix in branchFixed in SCM revision44841807a54d
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version1.6.0_14
OS VersionUbuntu 9.04Database version11.1.0.6.0 SEAnt version1.7.1
Product VersionpiSCM revision5fddff493e93 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0015002: Initial Client Setup, if apply reference data, duplicates entries in ad_clientmodule table

DescriptionInitial Client Setup, if apply reference data, duplicates entries in ad_clientmodule and ad_orgmodule tables
Proposed Solutiondiff --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;
   }
TagsNo 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 (developer)
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: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
Powered by Mantis Bugtracker