You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/10/17 11:32:06 UTC

svn commit: r1812387 - /ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml

Author: deepak
Date: Tue Oct 17 11:32:06 2017
New Revision: 1812387

URL: http://svn.apache.org/viewvc?rev=1812387&view=rev
Log:
Fixed: Lead Profile missing if clicked on other menu  (OFBIZ-9655)
Thanks Suraj Khurana for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml

Modified: ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml?rev=1812387&r1=1812386&r2=1812387&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml Tue Oct 17 11:32:06 2017
@@ -199,6 +199,7 @@ under the License.
             <link target="ConvertLead">
                 <parameter param-name="partyId" from-field="parameters.partyId"/>
                 <parameter param-name="partyGroupId" value="${parameters.partyGroupId}"/>
+                <parameter param-name="roleTypeId" value="${parameters.roleTypeId}"/>
             </link>
         </menu-item>
         <menu-item name="CloneLead" title="${uiLabelMap.SfaCloneLead}">