You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/06/02 09:19:40 UTC

svn commit: r1746539 - in /ofbiz/branches: release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl release14.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl

Author: jleroux
Date: Thu Jun  2 09:19:40 2016
New Revision: 1746539

URL: http://svn.apache.org/viewvc?rev=1746539&view=rev
Log:
Backports by hand for "Create New Product Config Item Content page form is missing field names" - https://issues.apache.org/jira/browse/OFBIZ-7148

Modified:
    ofbiz/branches/release13.07/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
    ofbiz/branches/release14.12/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=1746539&r1=1746538&r2=1746539&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 Thu Jun  2 09:19:40 2016
@@ -22,5 +22,5 @@ under the License.
 </#if>
 <br />
 <#if configItemId?has_content && productContent?has_content>
-    ${updateProductContentWrapper.renderFormString()}
+    ${updateProductContentWrapper.renderFormString(context)}
 </#if>
\ No newline at end of file

Modified: ofbiz/branches/release14.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release14.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl?rev=1746539&r1=1746538&r2=1746539&view=diff
==============================================================================
--- ofbiz/branches/release14.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl (original)
+++ ofbiz/branches/release14.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl Thu Jun  2 09:19:40 2016
@@ -22,5 +22,5 @@ under the License.
 </#if>
 <br />
 <#if configItemId?has_content && productContent?has_content>
-    ${updateProductContentWrapper.renderFormString()}
+    ${updateProductContentWrapper.renderFormString(context)}
 </#if>
\ No newline at end of file