You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2008/11/02 06:04:59 UTC

svn commit: r709844 - in /ofbiz/trunk: applications/product/webapp/catalog/store/ProductStoreForms.xml framework/widget/dtd/widget-form.xsd

Author: jleroux
Date: Sat Nov  1 22:04:59 2008
New Revision: 709844

URL: http://svn.apache.org/viewvc?rev=709844&view=rev
Log:
Put requirementMethodEnumId in Inventoy fields group
And I forgot to update XSD in r707768 (OFBIZ-1992)

Modified:
    ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
    ofbiz/trunk/framework/widget/dtd/widget-form.xsd

Modified: ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml?rev=709844&r1=709843&r2=709844&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml (original)
+++ ofbiz/trunk/applications/product/webapp/catalog/store/ProductStoreForms.xml Sat Nov  1 22:04:59 2008
@@ -297,6 +297,7 @@
                 <sort-field name="checkInventory"/>
                 <sort-field name="reserveInventory"/>
                 <sort-field name="requireInventory"/>
+                <sort-field name="requirementMethodEnumId"/>                
             </field-group>
             <field-group title="${uiLabelMap.CommonShoppingCart}" collapsible="true" initially-collapsed="true">
                 <sort-field name="viewCartOnAdd"/>

Modified: ofbiz/trunk/framework/widget/dtd/widget-form.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-form.xsd?rev=709844&r1=709843&r2=709844&view=diff
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-form.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-form.xsd Sat Nov  1 22:04:59 2008
@@ -302,6 +302,8 @@
         </xs:complexType>
     </xs:element>
     <xs:attributeGroup name="attlist.field-group">
+        <xs:attribute type="xs:string" name="title"/>
+        <xs:attribute type="xs:string" name="collapsible"/>
         <xs:attribute type="xs:string" name="id"/>
         <xs:attribute type="xs:string" name="style"/>
     </xs:attributeGroup>