svn commit: r1788752 - in /ofbiz/ofbiz-plugins/trunk/birt: config/BirtErrorUiLabels.xml widget/birt/BirtMasterForms.xml

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

svn commit: r1788752 - in /ofbiz/ofbiz-plugins/trunk/birt: config/BirtErrorUiLabels.xml widget/birt/BirtMasterForms.xml

jleroux@apache.org
Author: jleroux
Date: Sun Mar 26 16:50:42 2017
New Revision: 1788752

URL: http://svn.apache.org/viewvc?rev=1788752&view=rev
Log:
No functional changes
I decided to sort the flexible report export formats on the enumCode
(ie alphabetically) rather than using sequenceId which did not make much sense
Also fixes a typo in a French error label

Modified:
    ofbiz/ofbiz-plugins/trunk/birt/config/BirtErrorUiLabels.xml
    ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtMasterForms.xml

Modified: ofbiz/ofbiz-plugins/trunk/birt/config/BirtErrorUiLabels.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/config/BirtErrorUiLabels.xml?rev=1788752&r1=1788751&r2=1788752&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/config/BirtErrorUiLabels.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/config/BirtErrorUiLabels.xml Sun Mar 26 16:50:42 2017
@@ -67,7 +67,7 @@
     </property>
     <property key="BirtErrorNotPublishedReport">
         <value xml:lang="en">After creating a new Flexible Birt report, before visualising it, you need to add the data set fields with the Birt Report Designer and publish the report. Use your browser back button...</value>
-        <value xml:lang="fr">Après avoir créé un nouveau rapport Birt Flexible, avant de le visualiser, vous devez ajouter les champs du jeu de données (data set fields) avec le Concepteur de rapports Birt (Birt Report Designer) et publier le rapport. Utilisez le bouton de retour du navigateur...</value>
+        <value xml:lang="fr">Après avoir créé un nouveau rapport Birt Flexible, avant de le visualiser, vous devez ajouter les champs du jeu de données (data set fields) avec le concepteur de rapports Birt (Birt Report Designer) et publier le rapport. Utilisez le bouton de retour du navigateur...</value>
     </property>
     <property key="BirtErrorRetrievingTurnOver">
         <value xml:lang="en">Error while retrieving turnover informations</value>

Modified: ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtMasterForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtMasterForms.xml?rev=1788752&r1=1788751&r2=1788752&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtMasterForms.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/birt/widget/birt/BirtMasterForms.xml Sun Mar 26 16:50:42 2017
@@ -43,7 +43,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>