Author: deepak
Date: Sun Feb 12 11:57:31 2017
New Revision: 1782662
URL:
http://svn.apache.org/viewvc?rev=1782662&view=revLog:
Fixed: Remove duplicate service entry for deleteWorkEffortInventoryProduced.
Modified:
ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml?rev=1782662&r1=1782661&r2=1782662&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/workeffort/servicedef/services.xml Sun Feb 12 11:57:31 2017
@@ -785,6 +785,7 @@ under the License.
</service>
<service name="deleteWorkEffortInventoryProduced" engine="entity-auto" default-entity-name="WorkEffortInventoryProduced" invoke="delete" auth="true">
<description>Delete WorkEffortInventoryProduced</description>
+ <permission-service service-name="workEffortGenericPermission" main-action="DELETE"/>
<auto-attributes mode="IN" include="pk" optional="false"/>
</service>
@@ -871,9 +872,4 @@ under the License.
<auto-attributes include="pk" mode="IN" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
- <service name="deleteWorkEffortInventoryProduced" engine="entity-autp" default-entity-name="WorkEffortInventoryProduced" invoke="delete" auth="true">
- <description>Delete a WorkEffort Survey</description>
- <permission-service service-name="workEffortGenericPermission" main-action="DELETE"/>
- <auto-attributes include="pk" mode="IN" optional="false"/>
- </service>
</services>