Author: jacopoc
Date: Thu Nov 8 08:38:10 2007
New Revision: 593224
URL:
http://svn.apache.org/viewvc?rev=593224&view=revLog:
Removed product name from the list of fields returned by the lookup screen: it was not used and was causing problems if the product name contained special characters.
OFBIZ-1133
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=593224&r1=593223&r2=593224&view=diff==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/lookup/FieldLookupForms.xml Thu Nov 8 08:38:10 2007
@@ -142,12 +142,12 @@
</actions>
<!--
<field name="productId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext" use-when="isVirtual==null||"${isVirtual}".equals("N")">
- <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
+ <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="productId" title="${uiLabelMap.ProductProductId}" use-when="isVirtual!=null&&"${isVirtual}".equals("Y")"><display/></field>
-->
<field name="productId" title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
- <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_values('${productId}', '${internalName}')"/>
+ <hyperlink also-hidden="false" target-type="plain" description="${productId}" target="javascript:set_value('${productId}')"/>
</field>
<field name="internalName" title="${uiLabelMap.ProductInternalName}"><display/></field>
<field name="productTypeId" title="${uiLabelMap.ProductProductType}"><display-entity entity-name="ProductType"/></field>