Author: surajk
Date: Sat Jun  8 05:21:27 2019
New Revision: 1860797

URL: http://svn.apache.org/viewvc?rev=1860797&view=rev
Log:
Fixed: Profile of contact person not shown on quick add of contact in SFA.
(OFBIZ-7816)
Issue occurred due to missing redirect parameter.
Thanks Rohit Hukkeri for providing the updated patch and everyone else for 
their contribution in this ticket.

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml?rev=1860797&r1=1860796&r2=1860797&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/webapp/sfa/WEB-INF/controller.xml
 Sat Jun  8 05:21:27 2019
@@ -220,6 +220,7 @@ under the License.
         <event type="service" invoke="createContact"/>
         <response name="success" type="request-redirect" value="viewprofile">
             <redirect-parameter name="partyId"/>
+            <redirect-parameter name="roleTypeId"/>
         </response>
     </request-map>
 


Reply via email to