Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018468Openbravo ERPA. Platformpublic2011-09-08 10:402011-10-12 01:58
egoitz 
marvintm 
urgentmajoralways
closedfixed 
5
3.0RC3 
3.0MP43.0MP4 
Core
No
0018468: Error when packaging a module when one one of its tables there are columns from another module
Error when packaging a module when one one of its tables there are columns from another module
-Define a module with a prefix AAA
-Add a table, and define on the application dictionqary. Table name AAA_TABLE

-Define a module wiht prefix BBB.
-Add a column for the table on previous module.
AAA_TABLE.EM_BBB_COLUMN

-export both module
-Try to package module AAA
*You get the error:
Column AAA_TABLE.EM_BBB_COLUMN present in the database but not defined in the Application Dictionary
No tags attached.
depends on backport 00184762.50MP34 closed marvintm Error when packaging a module when one one of its tables there are columns from another module 
Issue History
2011-09-08 10:40egoitzNew Issue
2011-09-08 10:40egoitzAssigned To => marvintm
2011-09-08 10:40egoitzModules => Core
2011-09-08 17:49egoitzStatusnew => scheduled
2011-09-08 17:49egoitzfix_in_branch => pi
2011-09-12 13:21hgbotCheckin
2011-09-12 13:21hgbotNote Added: 0040907
2011-09-12 13:21hgbotStatusscheduled => resolved
2011-09-12 13:21hgbotResolutionopen => fixed
2011-09-12 13:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a20d4edb9ba2e9d56b1ac4575929495b1c47e692 [^]
2011-10-04 16:23dbazStatusresolved => closed
2011-10-04 16:23dbazFixed in Version => 3.0MP4
2011-10-12 01:58hudsonbotCheckin
2011-10-12 01:58hudsonbotNote Added: 0041654

Notes
(0040907)
hgbot   
2011-09-12 13:21   
Repository: erp/devel/pi
Changeset: a20d4edb9ba2e9d56b1ac4575929495b1c47e692
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Sep 12 13:20:31 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a20d4edb9ba2e9d56b1ac4575929495b1c47e692 [^]

Fixed issue 18468. package.module will no longer fail when a module adds a column to a table which belongs to a different module.

---
M src/org/openbravo/service/system/DatabaseValidator.java
---
(0041654)
hudsonbot   
2011-10-12 01:58   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9bd2b5c2d982 [^]

Maturity status: Test