details: https://code.openbravo.com/erp/devel/pi/rev/a20d4edb9ba2
changeset: 13756:a20d4edb9ba2
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Mon Sep 12 13:20:31 2011 +0200
summary: Fixed issue 18468. package.module will no longer fail when a module
adds a column to a table which belongs to a different module.
diffstat:
src/org/openbravo/service/system/DatabaseValidator.java | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diffs (11 lines):
diff -r a18a9f23fc35 -r a20d4edb9ba2
src/org/openbravo/service/system/DatabaseValidator.java
--- a/src/org/openbravo/service/system/DatabaseValidator.java Mon Sep 12
12:09:03 2011 +0200
+++ b/src/org/openbravo/service/system/DatabaseValidator.java Mon Sep 12
13:20:31 2011 +0200
@@ -431,6 +431,7 @@
for (Column column : adTable.getADColumnList()) {
final boolean checkColumn = moduleId == null ||
(column.getModule().getId().equals(moduleId));
if (!checkColumn) {
+ dbColumnsByName.remove(column.getDBColumnName().toUpperCase());
continue;
}
final org.apache.ddlutils.model.Column dbColumn =
dbColumnsByName.get(column
------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops? How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits