svn commit: r748227 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

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

svn commit: r748227 - /ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

jleroux@apache.org
Author: jleroux
Date: Thu Feb 26 17:46:09 2009
New Revision: 748227

URL: http://svn.apache.org/viewvc?rev=748227&view=rev
Log:
Show all mandatory fields by default

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml

Modified: ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml?rev=748227&r1=748226&r2=748227&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/product/ProductForms.xml Thu Feb 26 17:46:09 2009
@@ -220,7 +220,13 @@
                 <sort-field name="productId"/>
                 <sort-field name="productTypeId"/>
             </field-group>
-            <field-group title="${uiLabelMap.ProductVirtualFieldGroup}" collapsible="true">
+            <field-group title="${uiLabelMap.ProductWordingAndComment}" collapsible="true">
+                <sort-field name="internalName"/>
+                <sort-field name="brandName"/>
+                <sort-field name="manufacturerPartyId"/>
+                <sort-field name="comments"/>
+            </field-group>
+            <field-group title="${uiLabelMap.ProductVirtualFieldGroup}" collapsible="true" initially-collapsed="true">
                 <sort-field name="isVirtual"/>
                 <sort-field name="isVariant"/>
                 <sort-field name="virtualVariantMethodEnum"/>
@@ -228,12 +234,6 @@
             <field-group title="${uiLabelMap.ProductPrimaryCategory}" collapsible="true" initially-collapsed="true">
                 <sort-field name="primaryProductCategoryId"/>                
             </field-group>
-            <field-group title="${uiLabelMap.ProductWordingAndComment}" collapsible="true" initially-collapsed="true">
-                <sort-field name="internalName"/>
-                <sort-field name="brandName"/>
-                <sort-field name="manufacturerPartyId"/>
-                <sort-field name="comments"/>
-            </field-group>
             <field-group title="${uiLabelMap.CommonDates}" collapsible="true" initially-collapsed="true">
                 <sort-field name="introductionDate"/>
                 <sort-field name="salesDiscontinuationDate"/>