Author: ashish
Date: Wed Jun 1 13:35:43 2016
New Revision: 1746464
URL:
http://svn.apache.org/viewvc?rev=1746464&view=revLog:
Applied bug fix from trunk r1746463.
====================================
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.
===============================================
Thanks Ravi for the contribution.
Modified:
ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
Modified: ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl?rev=1746464&r1=1746463&r2=1746464&view=diff==============================================================================
--- ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl (original)
+++ ofbiz/branches/release15.12/applications/product/webapp/catalog/config/EditProductConfigItemContentContent.ftl Wed Jun 1 13:35:43 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