Author: ashish
Date: Fri Jun 24 13:35:42 2016
New Revision: 1750095

URL: http://svn.apache.org/viewvc?rev=1750095&view=rev
Log:
Applied patch from trunk r1750092.
====================================================
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/branches/release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl

Modified: 
ofbiz/branches/release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl?rev=1750095&r1=1750094&r2=1750095&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
 (original)
+++ 
ofbiz/branches/release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
 Fri Jun 24 13:35:42 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>


Reply via email to