Author: ashish
Date: Wed Jun 1 13:34:00 2016
New Revision: 1746463
URL:
http://svn.apache.org/viewvc?rev=1746463&view=revLog:
Applied patch from jira issue - OFBIZ-7148 - Create New Product Config Item Content page form is missing field names.
===============================================
Step to regenerate:
1) Go to Catalog -> Configuration and select any config item from the list. (
https://localhost:8443/catalog/control/FindProductConfigItems)
2) Navigate to Content page by clicking Content from the tab bar.
3) Under Create New Product Config Item Content section select a content type and go to prepare content.
4) Here is the problem where form doesn't have field name.
===============================================
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=1746463&r1=1746462&r2=1746463&view=diff==============================================================================
--- ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl (original)
+++ ofbiz/trunk/applications/product/template/config/EditProductConfigItemContentContent.ftl Wed Jun 1 13:34:00 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