You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/07/03 06:31:54 UTC

svn commit: r1751123 - /ofbiz/branches/release14.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml

Author: ashish
Date: Sun Jul  3 06:31:53 2016
New Revision: 1751123

URL: http://svn.apache.org/viewvc?rev=1751123&view=rev
Log:
Applied changes from trunk r1751121.
=======================================
Applied patch from jira issue - OFBIZ-6421 - Unable to create New Communication from LEAD in SFA.
Thanks Kian for reporting the issue and thanks Harsh for providing the patch

Modified:
    ofbiz/branches/release14.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml

Modified: ofbiz/branches/release14.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml?rev=1751123&r1=1751122&r2=1751123&view=diff
==============================================================================
--- ofbiz/branches/release14.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release14.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml Sun Jul  3 06:31:53 2016
@@ -257,6 +257,12 @@ under the License.
         <security https="true" auth="true"/>
         <response name="success" type="view" value="EditEvent" save-home-view="true"/>
     </request-map>
+    <request-map uri="createCommunicationEvent">
+        <security https="true" auth="true"/>
+        <event type="service" invoke="createCommunicationEvent"/>
+        <response name="success" type="view-last"/>
+        <response name="error" type="view" value="EditCommunicationEvent"/>
+    </request-map>
 
     <!-- Lookup requests -->
     <request-map uri="LookupSalesForecast"><security https="true" auth="true"/><response name="success" type="view" value="LookupSalesForecast"/></request-map>