Author: arunpatidar
Date: Sat Nov  5 05:58:09 2016
New Revision: 1768152

URL: http://svn.apache.org/viewvc?rev=1768152&view=rev
Log:
Fixed: Moved delete service of ProductStoreGroupRollup near to create and  
update service. 
(OFBIZ-8770)

Thanks: Jacques for reviewing and reporting.

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

Modified: ofbiz/trunk/applications/product/servicedef/services_store.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/servicedef/services_store.xml?rev=1768152&r1=1768151&r2=1768152&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/servicedef/services_store.xml (original)
+++ ofbiz/trunk/applications/product/servicedef/services_store.xml Sat Nov  5 
05:58:09 2016
@@ -344,6 +344,10 @@ under the License.
         <auto-attributes include="pk" mode="IN" optional="false"/>
         <auto-attributes include="nonpk" mode="IN" optional="true"/>
     </service>
+    <service name="deleteProductStoreGroupRollup" 
default-entity-name="ProductStoreGroupRollup" engine="entity-auto" 
invoke="delete" auth="true">
+        <description>Delete a ProductStoreGroupRollup</description>
+        <auto-attributes include="pk" mode="IN" optional="false"/>
+    </service>
     <service name="checkProductStoreGroupRollup" engine="simple"
             
location="component://product/minilang/product/store/ProductStoreServices.xml" 
invoke="checkProductStoreGroupRollup" auth="true">
         <description>Check if a productStoreGroupId with a 
primaryParentGroupId has related productStoreGroupRollup or for first 
ProductStoreGroupRollup on a ProductStoreGroup set relation on 
primaryParentGroupId</description>
@@ -367,10 +371,6 @@ under the License.
         <description>Delete a ProductStoreGroupRole</description>
         <auto-attributes include="pk" mode="IN" optional="false"/>
     </service>
-    <service name="deleteProductStoreGroupRollup" 
default-entity-name="ProductStoreGroupRollup" engine="entity-auto" 
invoke="delete" auth="true">
-        <description>Delete a ProductStoreGroupRollup</description>
-        <auto-attributes include="pk" mode="IN" optional="false"/>
-    </service>
 
     <service name="createProductStoreGroupType" 
default-entity-name="ProductStoreGroupType" engine="entity-auto" 
invoke="create" auth="true">
         <description>Create a ProductStoreGroupType</description>


Reply via email to