Author: arunpatidar
Date: Tue Jul 25 05:57:23 2017
New Revision: 1802883
URL:
http://svn.apache.org/viewvc?rev=1802883&view=revLog:
Fixed typo of entity name and invoke attribute in service defination.(OFBIZ-8834)
Thanks Devanshu for reporting.
Modified:
ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_commevent.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_commevent.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_commevent.xml?rev=1802883&r1=1802882&r2=1802883&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_commevent.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/content/servicedef/services_commevent.xml Tue Jul 25 05:57:23 2017
@@ -99,7 +99,7 @@ under the License.
<attribute name="sequenceNum" type="Long" mode="IN" optional="true"/>
</service>
- <service name="expireCommEventContentAssoc" default-entity-name="CommContentAssoc" engine="entity-auto" invoke="delete" auth="true">
+ <service name="expireCommEventContentAssoc" default-entity-name="CommEventContentAssoc" engine="entity-auto" invoke="expire" auth="true">
<description>Expire CommEventContentAssoc</description>
<auto-attributes mode="IN" include="pk" optional="false"/>
</service>