You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/06/24 13:30:10 UTC

svn commit: r1750092 - /ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl

Author: ashish
Date: Fri Jun 24 13:30:10 2016
New Revision: 1750092

URL: http://svn.apache.org/viewvc?rev=1750092&view=rev
Log:
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="<@o...@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>