Author: erwan
Date: Tue Sep 7 16:30:04 2010
New Revision: 993418
URL:
http://svn.apache.org/viewvc?rev=993418&view=revLog:
merge by hand r993407 -- Impossible to check DB by webtools
Modified:
ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy
Modified: ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy?rev=993418&r1=993417&r2=993418&view=diff==============================================================================
--- ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy (original)
+++ ofbiz/branches/release10.04/framework/webtools/webapp/webtools/WEB-INF/actions/entity/CheckDb.groovy Tue Sep 7 16:30:04 2010
@@ -34,11 +34,11 @@ if (security.hasPermission("ENTITY_MAINT
entityName = parameters.entityName;
if (groupName) {
- helperName = delegator.getGroupHelperName(groupName);
+ helperInfo = delegator.getGroupHelperInfo(groupName);
messages = [];
//helper = GenericHelperFactory.getHelper(helperName);
- dbUtil = new DatabaseUtil(helperName);
+ dbUtil = new DatabaseUtil(helperInfo);
modelEntities = delegator.getModelEntityMapByGroup(groupName);
modelEntityNames = new TreeSet(modelEntities.keySet());