Author: ashish
Date: Sun Jul  3 05:51:28 2016
New Revision: 1751117

URL: http://svn.apache.org/viewvc?rev=1751117&view=rev
Log:
Applied patch from trunk r1751116.
======================================
Applied patch from jira issue - OFBIZ-7629 - Add content lookup when adding 
Content to Product Config Item.
Thanks Ravi for the contribution.

Modified:
    
ofbiz/branches/release15.12/applications/product/widget/catalog/ConfigForms.xml

Modified: 
ofbiz/branches/release15.12/applications/product/widget/catalog/ConfigForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/product/widget/catalog/ConfigForms.xml?rev=1751117&r1=1751116&r2=1751117&view=diff
==============================================================================
--- 
ofbiz/branches/release15.12/applications/product/widget/catalog/ConfigForms.xml 
(original)
+++ 
ofbiz/branches/release15.12/applications/product/widget/catalog/ConfigForms.xml 
Sun Jul  3 05:51:28 2016
@@ -116,7 +116,7 @@ under the License.
         header-row-style="header-row" default-table-style="basic-table">
         <auto-fields-entity entity-name="ProdConfItemContent"/>
         <field name="configItemId" title="${uiLabelMap.ProductConfigItemId}" 
map-name="productConfigItem"><hidden/></field>
-        <field name="contentId" title="${uiLabelMap.ProductContentId}" 
></field>
+        <field name="contentId" title="${uiLabelMap.ProductContentId}" 
><lookup target-form-name="LookupContent"></lookup></field>
         <field name="confItemContentTypeId" 
title="${uiLabelMap.ProductProductConfigItemContentTypeId}">
             <drop-down>
                 <entity-options entity-name="ProdConfItemContentType">


Reply via email to