Author: jleroux
Date: Fri Apr 14 20:20:34 2017
New Revision: 1791406
URL:
http://svn.apache.org/viewvc?rev=1791406&view=revLog:
No functional change, same than r1788752
I decided to sort the flexible report export formats on the enumCode
(ie alphabetically) rather than using sequenceId which did not make much sense
Modified:
ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml
Modified: ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml?rev=1791406&r1=1791405&r2=1791406&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml Fri Apr 14 20:20:34 2017
@@ -29,7 +29,7 @@ under the License.
<drop-down>
<entity-options entity-name="Enumeration" description="${enumCode}" key-field-name="description">
<entity-constraint name="enumTypeId" value="FLEXIBLE_BIRT"/>
- <entity-order-by field-name="sequenceId"/>
+ <entity-order-by field-name="enumCode"/>
</entity-options>
</drop-down>
</field>