svn commit: r570873 - /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: r570873 - /ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml

jonesde
Author: jonesde
Date: Wed Aug 29 10:33:07 2007
New Revision: 570873

URL: http://svn.apache.org/viewvc?rev=570873&view=rev
Log:
Small change to be more generic, ie not require an isVariant=N for a general product lookup; in note mentioned how both the concept and implementation have issues

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?rev=570873&r1=570872&r2=570873&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Wed Aug 29 10:33:07 2007
@@ -41,7 +41,7 @@
             </drop-down>
         </field>
         <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
-        <field name="isVariant"><hidden value="N"/></field>
+        <!-- NOTE DEJ20070829 not sure why this is here, but it doesn't seem applicable for a general product lookup, also doesn't handle case where isVariant is null <field name="isVariant"><hidden value="N"/></field> -->
         <field name="submitButton" title="${uiLabelMap.CommonLookup}" widget-style="smallSubmit"><submit button-type="button"/></field>
     </form>
     <form name="listLookupProduct" list-name="listIt" title="" type="list"