Openbravo Issue Tracking System - Modules
View Issue Details
0039138ModulesExternal Integration Infrastructurepublic2018-08-14 18:042018-08-24 10:28
AugustoMauch 
AugustoMauch 
normalmajorhave not tried
closedfixed 
5
 
 
caristu
0039138: OBEI_ENTITY_MAPPING_DEP should be modularizable
The OBEI_ENTITY_MAPPING_DEP table is not modularizable.

It should have a reference to ad_module, and be included in the AD dataset.
Create two entity mappings.
Make one depend on another.
Run export.database. Check that the entity mappings were exported, but the dependency wasn't.
No tags attached.
Issue History
2018-08-14 18:04AugustoMauchNew Issue
2018-08-14 18:04AugustoMauchAssigned To => platform
2018-08-14 18:04AugustoMauchModules => Core
2018-08-14 18:04AugustoMauchTriggers an Emergency Pack => No
2018-08-15 00:18hgbotCheckin
2018-08-15 00:18hgbotNote Added: 0106351
2018-08-15 00:18hgbotStatusnew => resolved
2018-08-15 00:18hgbotResolutionopen => fixed
2018-08-15 00:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.service.external.integration/rev/16355b6c02bc8aa3d01577ec57b2611e502b8d26 [^]
2018-08-15 00:21AugustoMauchReview Assigned To => caristu
2018-08-20 11:52AugustoMauchAssigned Toplatform => AugustoMauch
2018-08-24 08:38caristuProjectOpenbravo ERP => Modules
2018-08-24 08:39caristuProjectModules => Openbravo ERP
2018-08-24 09:56caristuProjectOpenbravo ERP => Modules
2018-08-24 09:57caristuCategoryA. Platform => External Integration Infrastructure
2018-08-24 10:28caristuNote Added: 0106474
2018-08-24 10:28caristuStatusresolved => closed

Notes
(0106351)
hgbot   
2018-08-15 00:18   
Repository: erp/pmods/org.openbravo.service.external.integration
Changeset: 16355b6c02bc8aa3d01577ec57b2611e502b8d26
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Wed Aug 15 00:18:43 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.service.external.integration/rev/16355b6c02bc8aa3d01577ec57b2611e502b8d26 [^]

Fixes issue 39138: OBEI_ENTITY_MAPPING_DEP is now moduralizable

An ad_module_id column has been added, and the table has been added to the AD dataset

---
M src-db/database/model/tables/OBEI_ENTITY_MAPPING_DEP.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_DATASET_TABLE.xml
M src-db/database/sourcedata/AD_FIELD.xml
---
(0106474)
caristu   
2018-08-24 10:28   
Code reviewed + tested OK.