DB table rows creation order reverted when exporting data to XML file
---------------------------------------------------------------------
Key: OFBIZ-1797
URL: https://issues.apache.org/jira/browse/OFBIZ-1797
Project: OFBiz
Issue Type: Bug
Affects Versions: Release Branch 4.0
Environment: Xp, Ofbiz 4.0, derby
Reporter: X Freeman
Concern Webtools component.
When i export an entity from the Webtools in a single filename XML the data
table rows are written in reverse order with respect to the order they have in
the DB.
For example exporting the InvoiceType entity the first row written in the XML
file is that with the invoiceTypeId="INTEREST_INVOICE". Instead in the DB table
the first row is that with the invoiceTypeId="PURCHASE_INVOICE".
When i import my custom made entities, previously exported to XML, in a new
Ofbiz installation all the tables have the rows in reverse order.
I care about the table rows order when i use the entity in the drop-down
options of a form field .
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.