svn commit: r1791406 - /ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml

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

svn commit: r1791406 - /ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtForms.xml

jleroux@apache.org
Author: jleroux
Date: Fri Apr 14 20:20:34 2017
New Revision: 1791406

URL: http://svn.apache.org/viewvc?rev=1791406&view=rev
Log:
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>