details: https://code.openbravo.com/erp/devel/pi/rev/b9f462c272d3
changeset: 18152:b9f462c272d3
user: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
date: Wed Oct 03 15:03:07 2012 +0200
summary: Fixes Issue 0014497: Update information for the modules is not
correct
Fixed the following items:
Instead of the current version number, the version number to be installed was
getting displayed.
The MP version was not shown for the current version.
diffstat:
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r e7cf2e4b9ba4 -r b9f462c272d3
src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
--- a/src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java Wed Oct
03 10:39:19 2012 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java Wed Oct
03 15:03:07 2012 +0200
@@ -1336,7 +1336,7 @@
if (upd != null && upd.length > 0) {
xmlDocument.setData("updates",
- getModuleFieldProvider(upd, minVersions, false, vars.getLanguage(),
islocal));
+ getModuleFieldProvider(upd, minVersions, true, vars.getLanguage(),
islocal));
}
if (merges != null && merges.length > 0) {
@@ -1434,7 +1434,7 @@
org.openbravo.model.ad.module.Module mod = OBDal.getInstance().get(
org.openbravo.model.ad.module.Module.class, moduleId);
if (mod != null) {
- currentVersion = mod.getVersion();
+ currentVersion = currentVersion.concat(" (" + mod.getVersionLabel() +
")");
}
return currentVersion;
}
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits