You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pr...@apache.org on 2017/07/20 08:50:45 UTC

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

Author: pranayp
Date: Thu Jul 20 08:50:45 2017
New Revision: 1802459

URL: http://svn.apache.org/viewvc?rev=1802459&view=rev
Log:
Fixed: Profile link for Lead not working properly in sfa component.
(OFBIZ-9497)

Updated "Profile" link in LinkTabBar in SfaMenus for roleTypeId.

Thanks Aditya Sharma for reporting an providing the patch.

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=1802459&r1=1802458&r2=1802459&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/SfaMenus.xml Thu Jul 20 08:50:45 2017
@@ -188,6 +188,7 @@ under the License.
             <link target="viewprofile">
                 <parameter param-name="partyId" from-field="parameters.partyId"/>
                 <parameter param-name="partyGroupId" value="${parameters.partyGroupId}"/>
+                <parameter param-name="roleTypeId" from-field="parameters.roleTypeId"/>
             </link>
         </menu-item>
         <menu-item name="ConvertLead" title="${uiLabelMap.SfaConvertLead}">