Author: ashish Date: Sun Jul 3 06:31:08 2016 New Revision: 1751122 URL: http://svn.apache.org/viewvc?rev=1751122&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/release15.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml Modified: ofbiz/branches/release15.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml?rev=1751122&r1=1751121&r2=1751122&view=diff ============================================================================== --- ofbiz/branches/release15.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml (original) +++ ofbiz/branches/release15.12/applications/marketing/webapp/sfa/WEB-INF/controller.xml Sun Jul 3 06:31:08 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>