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 2010/10/28 10:52:26 UTC

svn commit: r1028228 - /ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Author: jleroux
Date: Thu Oct 28 08:52:25 2010
New Revision: 1028228

URL: http://svn.apache.org/viewvc?rev=1028228&view=rev
Log:
Fix sort-field names

Modified:
    ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml

Modified: ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml?rev=1028228&r1=1028227&r2=1028228&view=diff
==============================================================================
--- ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml (original)
+++ ofbiz/trunk/framework/example/widget/example/FormWidgetExampleForms.xml Thu Oct 28 08:52:25 2010
@@ -330,11 +330,11 @@ under the License.
         <!--field name="geoId"><hidden/></field-->        
         <sort-order>
             <field-group>
-                <sort-field name="partyId"/>
+                <sort-field name="geoId"/>
             </field-group>
             <field-group>
-                <sort-field name="partyName"/>
-                <sort-field name="partyGroupId"/>
+                <sort-field name="geoName"/>
+                <sort-field name="geoGroupId"/>
             </field-group>
         </sort-order>
     </form>