Author: apatel
Date: Sat Apr 16 07:40:51 2016
New Revision: 1739425
URL:
http://svn.apache.org/viewvc?rev=1739425&view=revLog:
[OFBIZ-6953] Fix for the error on clicking Party name from header section. Thanks to Supachai Chaima-ngua for reporting the issue and Mohammad Kathawala for testing the patch.
Modified:
ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
Modified: ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl?rev=1739425&r1=1739424&r2=1739425&view=diff==============================================================================
--- ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl (original)
+++ ofbiz/trunk/themes/tomahawk/includes/appbarClose.ftl Sat Apr 16 07:40:51 2016
@@ -85,7 +85,7 @@ under the License.
<li <#if companyListSize?default(0) <= 1>class="language"</#if>><a href="<@ofbizUrl>ListLocales</@ofbizUrl>">${uiLabelMap.CommonLanguageTitle}</a></li>
<#if userLogin?exists>
<#if userLogin.partyId?exists>
- <li class="user"><a href="<@ofbizUrl>viewprofile?partyId=${userLogin.partyId}</@ofbizUrl>">${userName}</a> </li>
+ <li class="user"><a href="/partymgr/control/viewprofile?partyId=${userLogin.partyId}&externalLoginKey=${externalLoginKey}">${userName}</a> </li>
<#assign size = companyListSize?default(0)>
<#if size > 1>
<#assign currentCompany = delegator.findOne("PartyNameView", {"partyId" : organizationPartyId}, false)>