Openbravo Issue Tracking System - Modules
View Issue Details
0048681ModulesExternal Data Integrationpublic2022-02-28 08:582022-03-07 13:15
caristu 
caristu 
highminorhave not tried
closedfixed 
5
 
 
AugustoMauch
0048681: Provide context data on request creation
Currently the context data of an EDL process is provided by the Data Processor. It would be nice if it would be possible to also pass context data directly when creating the EDL request.

EDL process will support passing context data in one of these ways or event in the two ways at the same time.
.
No tags attached.
related to feature request 0048579 closed caristu Openbravo ERP Push API 
Issue History
2022-02-28 08:58caristuNew Issue
2022-02-28 08:58caristuAssigned To => Triage Platform Conn
2022-02-28 08:59caristuAssigned ToTriage Platform Conn => caristu
2022-02-28 09:11hgbotNote Added: 0135329
2022-03-02 10:40caristuRelationship addedrelated to 0048579
2022-03-07 12:49hgbotResolutionopen => fixed
2022-03-07 12:49hgbotStatusnew => resolved
2022-03-07 12:49hgbotNote Added: 0135497
2022-03-07 12:49hgbotNote Added: 0135498
2022-03-07 13:15caristuReview Assigned To => AugustoMauch
2022-03-07 13:15caristuStatusresolved => closed

Notes
(0135329)
hgbot   
2022-02-28 09:11   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/merge_requests/14 [^]
(0135497)
hgbot   
2022-03-07 12:49   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration [^]
Changeset: 2e8af670a7981748d9d1b31817dd2cb319bb6312
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 07-03-2022 11:47:22
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/commit/2e8af670a7981748d9d1b31817dd2cb319bb6312 [^]

fixes ISSUE-48681: Provide context data on request creation

  Now the context data can be provided when creating the EDL request.

  If an EDL process provides its context data through a DataProcessor
and additional context data is also provided on the EDL request
creation, the process context data is the merge of both. And in case
there is any common property, it prevails the one coming from the
context data provided on EDL request creation.

---
M src/org/openbravo/externaldata/integration/process/AsynchronousProcessor.java
M src/org/openbravo/externaldata/integration/process/ProcessRequest.java
---
(0135498)
hgbot   
2022-03-07 12:49   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.externaldata.integration/-/merge_requests/14 [^]