You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/11/25 06:17:16 UTC

svn commit: r1816262 - /ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_shoppinglist.xml

Author: deepak
Date: Sat Nov 25 06:17:16 2017
New Revision: 1816262

URL: http://svn.apache.org/viewvc?rev=1816262&view=rev
Log:
Improved: Rearrange permission-service tab in updateShoppingList service definition, found xml validation warning on console.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_shoppinglist.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_shoppinglist.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_shoppinglist.xml?rev=1816262&r1=1816261&r2=1816262&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_shoppinglist.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/servicedef/services_shoppinglist.xml Sat Nov 25 06:17:16 2017
@@ -42,8 +42,8 @@ under the License.
             location="component://order/minilang/shoppinglist/ShoppingListServices.xml" invoke="updateShoppingList">
         <description>Update a shopping list entity</description>
         <implements service="createShoppingListRecurrence"/>
-        <implements service="shoppingListInterface"/>
         <permission-service service-name="checkShoppingListSecurity" main-action="UPDATE"/>
+        <implements service="shoppingListInterface"/>
         <attribute name="shoppingListId" type="String" mode="IN" optional="false"/>
     </service>
     <service name="removeShoppingList" engine="simple" auth="true"