svn commit: r1054517 - /ofbiz/trunk/framework/common/servicedef/services.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1054517 - /ofbiz/trunk/framework/common/servicedef/services.xml

adrianc
Author: adrianc
Date: Mon Jan  3 01:56:32 2011
New Revision: 1054517

URL: http://svn.apache.org/viewvc?rev=1054517&view=rev
Log:
A bug fix for the new commonGetAllCrudPermissions service - don't require the user to be logged in.

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

Modified: ofbiz/trunk/framework/common/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services.xml?rev=1054517&r1=1054516&r2=1054517&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services.xml Mon Jan  3 01:56:32 2011
@@ -31,7 +31,7 @@ under the License.
     </service>
 
     <service name="commonGetAllCrudPermissions" engine="simple"
-        location="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml" invoke="getAllCrudPermissions">
+        location="component://common/script/org/ofbiz/common/permission/CommonPermissionServices.xml" invoke="getAllCrudPermissions" auth="false">
         <description>Returns all CRUD and View Permissions</description>
         <attribute name="primaryPermission" type="String" mode="IN" optional="false"/>
         <attribute name="altPermission" type="String" mode="IN" optional="true"/>