svn commit: r517930 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r517930 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

sichen
Author: sichen
Date: Tue Mar 13 16:02:54 2007
New Revision: 517930

URL: http://svn.apache.org/viewvc?view=rev&rev=517930
Log:
made default for internal name lookup to contains

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml?view=diff&rev=517930&r1=517929&r2=517930
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Tue Mar 13 16:02:54 2007
@@ -25,7 +25,7 @@
         <!-- <auto-fields-entity entity-name="Product" default-field-type="hidden" /> -->
         <field name="productId" title="${uiLabelMap.ProductProductId}"><text-find/></field>
         <field name="brandName" title="${uiLabelMap.ProductBrandName}"><text-find/></field>
-        <field name="internalName" title="${uiLabelMap.ProductInternalName}"><text-find/></field>
+        <field name="internalName" title="${uiLabelMap.ProductInternalName}"><text-find default-option="contains"/></field>
         <field name="productTypeId" title="${uiLabelMap.ProductProductType}">
             <drop-down allow-empty="true">
                 <entity-options entity-name="ProductType" description="${description}">