details: https://code.openbravo.com/erp/stable/2.50/rev/56c2cb3376ad
changeset: 9656:56c2cb3376ad
user: Antonio Moreno <antonio.moreno <at> openbravo.com>
date: Mon Sep 12 13:22:38 2011 +0200
summary: Fixed issue 18476. 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 77a212e83082 -r 56c2cb3376ad
src/org/openbravo/service/system/DatabaseValidator.java
--- a/src/org/openbravo/service/system/DatabaseValidator.java Fri Sep 09
14:43:41 2011 +0200
+++ b/src/org/openbravo/service/system/DatabaseValidator.java Mon Sep 12
13:22:38 2011 +0200
@@ -389,6 +389,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