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