You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2007/03/08 03:44:56 UTC

svn commit: r515902 - /ofbiz/trunk/framework/service/servicedef/services.xml

Author: jaz
Date: Wed Mar  7 18:44:55 2007
New Revision: 515902

URL: http://svn.apache.org/viewvc?view=rev&rev=515902
Log:
changed resourceDescription to optional; will get set if not passed in the service engine BUT needs to get passed validation first

Modified:
    ofbiz/trunk/framework/service/servicedef/services.xml

Modified: ofbiz/trunk/framework/service/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/servicedef/services.xml?view=diff&rev=515902&r1=515901&r2=515902
==============================================================================
--- ofbiz/trunk/framework/service/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/service/servicedef/services.xml Wed Mar  7 18:44:55 2007
@@ -57,7 +57,7 @@
     <service name="permissionInterface" engine="interface">
         <description>Interface to describe base parameters for Permission Services</description>
         <attribute name="mainAction" type="String" mode="IN" optional="true"/>
-        <attribute name="resourceDescription" type="String" mode="IN" optional="false">
+        <attribute name="resourceDescription" type="String" mode="IN" optional="true">
             <!-- Note that this will be filled in either with what the user specifies in the service definition, or will default to the service name. -->
         </attribute>
         <attribute name="hasPermission" type="Boolean" mode="OUT" optional="false"/>