Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018629Openbravo ERP00. Application dictionarypublic2011-09-27 18:072011-10-14 15:35
egoitz 
marvintm 
highminoralways
closedfixed 
5
2.50MP33 
2.50MP352.50MP35 
Core
No
0018629: Having many datasets on a module, the order is not caculated when they are have elements related.
Having many datasets on a module, the order is not caculated when they are have elements related.
-Create a new module
-Define new partners and categories
-Define a new dataset for partners
-Define a new dataset for partner categories
-Export both datastes
-export and package the module
-Install on another server
-Apply all the datasets.
*sometimes you get an error depending on id of the datasets.
if the id of the dataset of the partner is smaller than the categories if fails because the partner refernces to a category that does not exist.
*Add a new column seqno on the dataset
*Order with this new column the dataset when applying.
No tags attached.
blocks defect 00186283.0MP5 closed marvintm Having many datasets on a module, the order is not caculated when they are have elements related. 
Issue History
2011-09-27 18:09egoitzTypedefect => backport
2011-09-27 18:09egoitzfix_in_branch => 2.50
2011-09-27 18:11egoitzversion3.0MP2 => 2.50MP33
2011-09-27 18:11egoitzTarget Version3.0MP5 => 2.50MP35
2011-10-12 17:19hgbotCheckin
2011-10-12 17:19hgbotNote Added: 0041774
2011-10-12 17:19hgbotStatusscheduled => resolved
2011-10-12 17:19hgbotResolutionopen => fixed
2011-10-12 17:19hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/b426d2c20640c5389ef3b039563e04447a5affb7 [^]
2011-10-12 18:16hgbotCheckin
2011-10-12 18:16hgbotNote Added: 0041775
2011-10-14 15:35dbazStatusresolved => closed
2011-10-14 15:35dbazFixed in Version => 2.50MP35

Notes
(0041774)
hgbot   
2011-10-12 17:19   
Repository: erp/stable/2.50
Changeset: b426d2c20640c5389ef3b039563e04447a5affb7
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 12 17:18:48 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/b426d2c20640c5389ef3b039563e04447a5affb7 [^]

Fixed issue 18629. Added a column used to order datasets inside a module.

---
M src-db/database/model/tables/AD_DATASET.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData_data.xsql
M src/org/openbravo/erpCommon/modules/ModuleReferenceDataOrgTree_data.xsql
---
(0041775)
hgbot   
2011-10-12 18:16   
Repository: erp/stable/2.50
Changeset: e53e34b8390a2f77c3c254a15d2ec13434dd9f8b
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 12 18:15:26 2011 +0200
URL: http://code.openbravo.com/erp/stable/2.50/rev/e53e34b8390a2f77c3c254a15d2ec13434dd9f8b [^]

Related to issue 18629. Fixed wrong default. Improved SQL order.

---
M src-db/database/sourcedata/AD_COLUMN.xml
M src/org/openbravo/erpCommon/ad_forms/UpdateReferenceData_data.xsql
---