Author: jleroux
Date: Thu Jun 2 09:19:40 2016
New Revision: 1746539
URL:
http://svn.apache.org/viewvc?rev=1746539&view=revLog:
Backports by hand for "Create New Product Config Item Content page form is missing field names" -
https://issues.apache.org/jira/browse/OFBIZ-7148Modified:
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