Author: jleroux
Date: Thu Oct 28 09:38:47 2010
New Revision: 1028247
URL: http://svn.apache.org/viewvc?rev=1028247&view=rev
Log:
Fix sort-field names
Modified:
ofbiz/branches/jquery/framework/example/widget/example/FormWidgetExampleForms.xml
Modified:
ofbiz/branches/jquery/framework/example/widget/example/FormWidgetExampleForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/jquery/framework/example/widget/example/FormWidgetExampleForms.xml?rev=1028247&r1=1028246&r2=1028247&view=diff
==============================================================================
---
ofbiz/branches/jquery/framework/example/widget/example/FormWidgetExampleForms.xml
(original)
+++
ofbiz/branches/jquery/framework/example/widget/example/FormWidgetExampleForms.xml
Thu Oct 28 09:38:47 2010
@@ -346,11 +346,11 @@ under the License.
<!--field name="geoId"><hidden/></field-->
<sort-order>
<field-group>
- <sort-field name="partyId"/>
+ <sort-field name="geoIdAlone"/>
</field-group>
<field-group>
- <sort-field name="partyName"/>
- <sort-field name="partyGroupId"/>
+ <sort-field name="geoName"/>
+ <sort-field name="geoId"/>
</field-group>
</sort-order>
</form>