You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/09/02 23:59:07 UTC

svn commit: r572174 - /ofbiz/trunk/framework/webtools/webapp/webtools/WEB-INF/actions/service/availableservices.bsh

Author: jleroux
Date: Sun Sep  2 14:59:06 2007
New Revision: 572174

URL: http://svn.apache.org/viewvc?rev=572174&view=rev
Log:
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){