svn commit: r899571 - /ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml

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

svn commit: r899571 - /ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml

ashish-18
Author: ashish
Date: Fri Jan 15 09:33:06 2010
New Revision: 899571

URL: http://svn.apache.org/viewvc?rev=899571&view=rev
Log:
It may happen that someone doesn't setup Visual theme data for ecommerce application. So allowing empty value in the select box would be fine IMO.

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

Modified: ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml?rev=899571&r1=899570&r2=899571&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/ProductStoreForms.xml Fri Jan 15 09:33:06 2010
@@ -217,7 +217,7 @@
         </field>
 
         <field name="visualThemeId">
-            <drop-down allow-empty="false">
+            <drop-down allow-empty="true">
                 <entity-options key-field-name="visualThemeId" description="${visualThemeId} - ${description}" entity-name="VisualTheme">
                     <entity-constraint name="visualThemeSetId" operator="equals" value="ECOMMERCE"/>
                 </entity-options>