Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036537Openbravo ERPA. Platformpublic2017-07-27 10:112017-09-21 16:49
mtaal 
mtaal 
normalmajorhave not tried
closedfixed 
5
 
3.0PR17Q43.0PR17Q4 
marvintm
Core
No
0036537: Store the response of an action also in c_import_entry
Extend import entry to also allow storing the response of an action.

Also store the default error response in json format.
See current import entry, it only shows request and error information. It can benefit if we can also store the response for tracking purposes and to be able to send the message again.
Add a responseinfo column to c_importentry/c_import_entry_archive and add it to the relevant tables (also archive) and windows.
No tags attached.
related to feature request 0036536RR17Q4 closed mtaal Retail Modules Store response for external order loader and resend if duplicate message is received 
Issue History
2017-07-27 10:11mtaalNew Issue
2017-07-27 10:11mtaalAssigned To => mtaal
2017-07-27 10:11mtaalModules => Core
2017-07-27 10:11mtaalTriggers an Emergency Pack => No
2017-07-27 10:11mtaalRelationship addedrelated to 0036536
2017-08-01 18:51hgbotCheckin
2017-08-01 18:51hgbotNote Added: 0098315
2017-08-01 18:51hgbotStatusnew => resolved
2017-08-01 18:51hgbotResolutionopen => fixed
2017-08-01 18:51hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/e4dab51242d85b7dcc2373a524f3f5dd0a9f2d2f [^]
2017-08-01 18:55mtaalReview Assigned To => AugustoMauch
2017-08-03 17:53marvintmReview Assigned ToAugustoMauch => marvintm
2017-08-03 17:53marvintmStatusresolved => closed
2017-08-03 17:53marvintmFixed in Version => 3.0PR17Q4
2017-09-21 16:49hudsonbotCheckin
2017-09-21 16:49hudsonbotNote Added: 0099289

Notes
(0098315)
hgbot   
2017-08-01 18:51   
Repository: erp/devel/pi
Changeset: e4dab51242d85b7dcc2373a524f3f5dd0a9f2d2f
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Aug 01 18:50:27 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e4dab51242d85b7dcc2373a524f3f5dd0a9f2d2f [^]

Fixes issue 36537: Store the response of an action also in c_import_entry
Add response info column to import entry and import entry archive

JsonUtils: prevent NPE in specific case
ImportEntryManager: set default error response in the response info field
src-db: added new columns, added to the window/tab and also set the ad_element

---
M modules/org.openbravo.service.json/src/org/openbravo/service/json/JsonUtils.java
M src-db/database/model/tables/C_IMPORT_ENTRY.xml
M src-db/database/model/tables/C_IMPORT_ENTRY_ARCHIVE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/service/importprocess/ImportEntryManager.java
---
(0099289)
hudsonbot   
2017-09-21 16:49   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/9750b78d3e5c [^]
Maturity status: Test