Openbravo Issue Tracking System - Modules
View Issue Details
0054979ModulesExternal Integration Infrastructurepublic2024-03-18 12:042024-03-22 11:05
ignacio_deandres 
ignacio_deandres 
normalmajorhave not tried
closedfixed 
5
 
 
0054979: Add 'Only As Information' Option for 'Selected Properties On Entity Referencing' Functionality
The main functional requirement is to provide the ability of showing some properties of an Outward entity mapping when it is referenced from another entity mapping but not displaying them when the entity mapping itself is generated.
.
.
No tags attached.
related to feature request 0048665 closed caristu Improve EntityPropertyMapping to support exporting a subset of properties 
Issue History
2024-03-18 12:04ignacio_deandresNew Issue
2024-03-18 12:04ignacio_deandresAssigned To => ignacio_deandres
2024-03-18 12:10ignacio_deandresRelationship addedrelated to 0048665
2024-03-19 09:18hgbotNote Added: 0162328
2024-03-22 10:59hgbotResolutionopen => fixed
2024-03-22 10:59hgbotStatusnew => closed
2024-03-22 10:59hgbotNote Added: 0162538
2024-03-22 10:59hgbotNote Added: 0162539
2024-03-22 11:00hgbotNote Added: 0162540
2024-03-22 11:01hgbotNote Added: 0162541
2024-03-22 11:01hgbotNote Added: 0162542
2024-03-22 11:05hgbotNote Added: 0162543

Notes
(0162328)
hgbot   
2024-03-19 09:18   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/merge_requests/40 [^]
(0162538)
hgbot   
2024-03-22 10:59   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration [^]
Changeset: 9ce1a28ca5190858e09e8650f22ac04becbe55a9
Author: Ignacio De Andrés <ignacio.deandres@openbravo.com>
Date: 22-03-2024 09:59:02
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/commit/9ce1a28ca5190858e09e8650f22ac04becbe55a9 [^]

Fixes FR-54979: Add 'Only As Information' Option

---
M src-db/database/sourcedata/AD_REF_LIST.xml
M src/org/openbravo/service/external/integration/mapping/EntityPropertyMapping.java
M src/org/openbravo/service/external/integration/mapping/OneToManyEntityPropertyMapping.java
M src/org/openbravo/service/external/integration/mapping/PropertyMapper.java
M src/org/openbravo/service/external/integration/mapping/PropertyMapping.java
---
(0162539)
hgbot   
2024-03-22 10:59   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/merge_requests/40 [^]
(0162540)
hgbot   
2024-03-22 11:00   
Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.service.external.integration.tests/-/merge_requests/24 [^]
(0162541)
hgbot   
2024-03-22 11:01   
Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.service.external.integration.tests [^]
Changeset: ceb6c643b50f0ba03ea02630abcff90afe2dedb8
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 22-03-2024 10:01:40
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.service.external.integration.tests/-/commit/ceb6c643b50f0ba03ea02630abcff90afe2dedb8 [^]

related to FR-54979: add test cases

---
A src-test/org/openbravo/service/external/integration/test/export/OrganizationExportTest.java
M src-db/database/sourcedata/OBEI_PROP_MAP_INSTANCE.xml
M src-test/data/exported_USA_and_ES.json
M src-test/data/exported_france_excluded.json
M src-test/org/openbravo/service/external/integration/test/ExternalIntegrationTestSuite.java
M src-test/org/openbravo/service/external/integration/test/property_mappings/export/OrganizationExportJavaPropertyMapping.java
---
(0162542)
hgbot   
2024-03-22 11:01   
Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.service.external.integration.tests/-/merge_requests/24 [^]
(0162543)
hgbot   
2024-03-22 11:05   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.api [^]
Changeset: e9e23930755dcff3da2cdd7a3bb52445a3eeeb64
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 22-03-2024 11:04:43
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.api/-/commit/e9e23930755dcff3da2cdd7a3bb52445a3eeeb64 [^]

related to FR-54979: support 'Only as Information' option in swagger

---
M src/org/openbravo/api/openapi/OpenApiEntityMapping.java
---