Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009462Openbravo ERPA. Platformpublic2009-06-12 17:022009-11-21 00:00
iciordia 
marvintm 
urgentminoralways
closedfixed 
5any
pi 
 
Core
No
0009462: When exporting a configuration script the system should check that the Industry template is root node in the hieararchy
When exporting a configuration script other configuration scripts (not in development) could be applied in the instance. But the one being exported should be the root node in the hierarchy of templates: other configuration scripts should belong to Industry Templates included (recursively) in the one being exported.
Do this validation before exporting the configuration script
Modularity
Issue History
2009-06-12 17:02iciordiaNew Issue
2009-06-12 17:02iciordiaAssigned To => marvintm
2009-06-22 09:54rafarodaTag Attached: Modularity
2009-06-22 09:54rafarodaStatusnew => scheduled
2009-06-22 09:54rafarodafix_in_branch => pi
2009-09-29 16:10hgbotCheckin
2009-09-29 16:10hgbotNote Added: 0020537
2009-09-29 16:10hgbotStatusscheduled => resolved
2009-09-29 16:10hgbotResolutionopen => fixed
2009-09-29 16:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/1ff203b057494d70ac049a3d977c64e13b23a623 [^]
2009-10-15 11:30alostaleStatusresolved => new
2009-10-15 11:30alostaleResolutionfixed => open
2009-10-15 11:30alostaleNote Added: 0021029
2009-10-16 13:49psarobeStatusnew => scheduled
2009-10-16 13:49psarobeNote Added: 0021112
2009-10-30 18:16hgbotCheckin
2009-10-30 18:16hgbotNote Added: 0021494
2009-10-30 18:16hgbotStatusscheduled => resolved
2009-10-30 18:16hgbotResolutionopen => fixed
2009-10-30 18:16hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/1ff203b057494d70ac049a3d977c64e13b23a623 [^] => http://code.openbravo.com/erp/devel/pi/rev/2f7b6426189087a466747a1b57b6a793c4925178 [^]
2009-11-20 12:18alostaleStatusresolved => closed
2009-11-21 00:00anonymoussf_bug_id0 => 2901467

Notes
(0020537)
hgbot   
2009-09-29 16:10   
Repository: erp/devel/pi
Changeset: 1ff203b057494d70ac049a3d977c64e13b23a623
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Sep 29 16:10:07 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1ff203b057494d70ac049a3d977c64e13b23a623 [^]

Fixed issue 9462. Fixed issue 10813.
Now export.config.script can detect if there is more than one industry template in development at the same time, and if the config script that is being exported corresponds to the highest industry template in the dependencies tree.

---
M src-db/database/lib/dbsourcemanager.jar
---
(0021029)
alostale   
2009-10-15 11:30   
Tested in this scenario:
-Template t1 in development
-Template t2 not in development
-t2 depends on t1

When exporting config script t1 is exported without error message.
(0021112)
psarobe   
2009-10-16 13:49   
This issues has been opened by Alostale, Please Antonio take a look on it
(0021494)
hgbot   
2009-10-30 18:16   
Repository: erp/devel/pi
Changeset: 2f7b6426189087a466747a1b57b6a793c4925178
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Oct 30 18:15:29 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2f7b6426189087a466747a1b57b6a793c4925178 [^]

Fixed issue 9462. A configuration script will only be exported when there are no other Industry Templates which depend on it.

---

---