Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015427Openbravo ERPA. Platformpublic2010-11-02 12:562010-12-15 11:12
alostale 
alostale 
urgentmajoralways
closedfixed 
5
 
2.50MP26 
Core
No
0015427: Incorrect uninstallation of included modules
When uninstalling a pack/template that includes other modules that are also included in other packs templates that are not being uninstalled they're also incorrectly uninstalled making the instance not consistent.
-Modules A, B and C
-Pack P1 includes A and B
-Pack P2 includes B and C
-Uninstall P1 -> P1, A and B are uninstalled




B shouldn't be uinintalled as it is part of the includes of P2, A should be uninstanlled.
No tags attached.
blocks defect 00150943.0RC4 closed alostale Incorrect uninstallation of included modules 
Issue History
2010-12-14 18:26alostaleTypedefect => backport
2010-12-14 18:26alostalefix_in_branch => 2.50
2010-12-14 18:29hgbotCheckin
2010-12-14 18:29hgbotNote Added: 0033180
2010-12-14 18:29hgbotStatusscheduled => resolved
2010-12-14 18:29hgbotResolutionopen => fixed
2010-12-14 18:29hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/4e94f9aca43d36099fd75b82970c78b09c713f73 [^]
2010-12-15 11:12marvintmNote Added: 0033195
2010-12-15 11:12marvintmStatusresolved => closed

Notes
(0033180)
hgbot   
2010-12-14 18:29   
Repository: erp/stable/2.50
Changeset: 4e94f9aca43d36099fd75b82970c78b09c713f73
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Dec 14 18:28:19 2010 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/4e94f9aca43d36099fd75b82970c78b09c713f73 [^]

fixed bug 15427: Incorrect uninstallation of included modules

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/modules/UninstallModule.java
M src/org/openbravo/erpCommon/modules/UninstallModule_data.xsql
---
(0033195)
marvintm   
2010-12-15 11:12   
Works correctly.