svn commit: r611917 - /ofbiz/trunk/applications/product/servicedef/services_facility.xml

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

svn commit: r611917 - /ofbiz/trunk/applications/product/servicedef/services_facility.xml

jleroux@apache.org
Author: jleroux
Date: Mon Jan 14 12:26:38 2008
New Revision: 611917

URL: http://svn.apache.org/viewvc?rev=611917&view=rev
Log:
checkFacilityRelatedPermission never should have been one service. As Jacopo commented when he 1st created it :
    <!-- a method to centralize facility security code, meant to be called in-line with
        call-simple-method, and the checkAction and callingMethodName attributes should be in the method context -->

Modified:
    ofbiz/trunk/applications/product/servicedef/services_facility.xml

Modified: ofbiz/trunk/applications/product/servicedef/services_facility.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_facility.xml?rev=611917&r1=611916&r2=611917&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_facility.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_facility.xml Mon Jan 14 12:26:38 2008
@@ -29,10 +29,6 @@
         location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="facilityGenericPermission">
         <implements service="permissionInterface"/>
     </service>
-    <service name="checkFacilityRelatedPermission" engine="simple"
-            location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="checkFacilityRelatedPermission">
-        <description>Facility Permission Checking Logic</description>
-    </service>
     <service name="checkProductFacilityRelatedPermission" engine="simple"
             location="org/ofbiz/product/inventory/InventoryServices.xml" invoke="checkProductFacilityRelatedPermission">
         <description>ProductFacility Permission Checking Logic</description>