Author: ashish
Date: Fri Jun 24 13:30:10 2016
New Revision: 1750092
URL:
http://svn.apache.org/viewvc?rev=1750092&view=revLog:
Applied patch from jira issue - OFBIZ-7524 - Error on clicking Content Page button over Edit Product Config Item Content screen.
Thanks Ravi for the contribution.
Modified:
ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl
Modified: ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl?rev=1750092&r1=1750091&r2=1750092&view=diff==============================================================================
--- ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl (original)
+++ ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl Fri Jun 24 13:30:10 2016
@@ -18,7 +18,7 @@ under the License.
-->
<a href="<@ofbizUrl>EditProductConfigItemContent?configItemId=${configItemId}</@ofbizUrl>" class="buttontext">${uiLabelMap.ProductProduct} ${uiLabelMap.ProductConfigItem} ${uiLabelMap.ProductContent} ${uiLabelMap.CommonList}</a>
<#if contentId?has_content>
- <a href="/content/control/gotoContent?contentId=${contentId}" class='buttontext' target='_blank'>${uiLabelMap.ProductContent} ${uiLabelMap.CommonPage}</a>
+ <a href="/content/control/EditContent?contentId=${contentId}" class='buttontext' target='_blank'>${uiLabelMap.ProductContent} ${uiLabelMap.CommonPage}</a>
</#if>
<br />
<#if configItemId?has_content && productContent?has_content>