Author: jleroux
Date: Sun Sep 2 14:59:06 2007
New Revision: 572174
URL:
http://svn.apache.org/viewvc?rev=572174&view=revLog:
A patch from Bilgin Ibryam "Service detail screen in webtools is broken" (
https://issues.apache.org/jira/browse/OFBIZ-1218)
Modified:
ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh
Modified: ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh?rev=572174&r1=572173&r2=572174&view=diff==============================================================================
--- ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh (original)
+++ ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh Sun Sep 2 14:59:06 2007
@@ -78,7 +78,7 @@
runOnFailure.setAccessible(false);
//extract actions
- actions = curRuleClass.getDeclaredField("actions");
+ actions = curRuleClass.getDeclaredField("actionsAndSets");
actions.setAccessible(true);
actionsVal = actions.get(curRule);
if(actionsVal != null){