Openbravo Issue Tracking System - Modules
View Issue Details
0049201ModulesExternal Integration Infrastructurepublic2022-05-03 17:412022-05-04 10:21
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
0049201: Support extending the InitializeEntitySynchronization to initialize extra records
It would be nice if the InitializeEntitySynchronization could be extended with a hook mechanism that would allow to initialize extra EntitySynchronization records apart from those which are created in the process by default.
.
No tags attached.
blocks feature request 0049083 closed caristu Openbravo ERP Push API: support multi-record events 
Issue History
2022-05-03 17:41caristuNew Issue
2022-05-03 17:41caristuAssigned To => caristu
2022-05-03 17:44hgbotNote Added: 0136913
2022-05-03 17:45caristuRelationship addedblocks 0049083
2022-05-04 08:52hgbotNote Added: 0136921
2022-05-04 08:52hgbotResolutionopen => fixed
2022-05-04 08:52hgbotStatusnew => closed
2022-05-04 08:52hgbotNote Added: 0136922
2022-05-04 10:21hgbotNote Added: 0136928

Notes
(0136913)
hgbot   
2022-05-03 17:44   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/merge_requests/19 [^]
(0136921)
hgbot   
2022-05-04 08:52   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/merge_requests/19 [^]
(0136922)
hgbot   
2022-05-04 08:52   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration [^]
Changeset: 3a644547fbb513452cc68bca7cc6a672ac4eb75b
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 03-05-2022 17:43:06
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.service.external.integration/-/commit/3a644547fbb513452cc68bca7cc6a672ac4eb75b [^]

Fixes BUG-49201: Support to initialize extra entity synchronization records

---
A src/org/openbravo/service/external/integration/process/EntitySynchronizationEntry.java
A src/org/openbravo/service/external/integration/process/EntitySynchronizationProvider.java
M src/org/openbravo/service/external/integration/process/InitializeEntitySynchronization.java
---
(0136928)
hgbot   
2022-05-04 10:21   
Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.service.external.integration.tests [^]
Changeset: caf3550c7026c2874d3f715f9c610c5af6ce036c
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 04-05-2022 10:21:34
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.service.external.integration.tests/-/commit/caf3550c7026c2874d3f715f9c610c5af6ce036c [^]

related to BUG-49201: add test case

---
A src-test/org/openbravo/service/external/integration/test/process/TestEntitySynchronizationProvider.java
M src-test/org/openbravo/service/external/integration/test/process/InitializeEntitySynchronizationTest.java
---