You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2017/07/24 09:22:20 UTC

svn commit: r1802771 - /ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml

Author: arunpatidar
Date: Mon Jul 24 09:22:19 2017
New Revision: 1802771

URL: http://svn.apache.org/viewvc?rev=1802771&view=rev
Log:
Improvements in CommEventContentAssoc entity definition and services.(OFBIZ-8843)
Applied imporved patch. Thanks Devanshu for your contribution.

Modified:
    ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml

Modified: ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml?rev=1802771&r1=1802770&r2=1802771&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/scrum/webapp/scrum/WEB-INF/controller.xml Mon Jul 24 09:22:19 2017
@@ -990,7 +990,7 @@ under the License.
     </request-map>
     <request-map uri="removeAttachFileForProduct">
         <security https="true" auth="true"/>
-        <event type="service" invoke="removeCommEventContentAssoc"/>
+        <event type="service" invoke="expireCommEventContentAssoc"/>
         <response name="success" type="view" value="NewProductEmail"/>
         <response name="error" type="view" value="NewProductEmail"/>
     </request-map>
@@ -1127,7 +1127,7 @@ under the License.
     </request-map>
     <request-map uri="removeAttachFile">
         <security https="true" auth="true"/>
-        <event type="service" invoke="removeCommEventContentAssoc"/>
+        <event type="service" invoke="expireCommEventContentAssoc"/>
         <response name="success" type="view" value="NewProductBacklogEmail"/>
         <response name="error" type="view" value="NewProductBacklogEmail"/>
     </request-map>