You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2016/07/03 05:44:37 UTC

svn commit: r1751116 - /ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml

Author: ashish
Date: Sun Jul  3 05:44:37 2016
New Revision: 1751116

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

Modified:
    ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml

Modified: ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml?rev=1751116&r1=1751115&r2=1751116&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ConfigForms.xml Sun Jul  3 05:44:37 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">