Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031564 | Openbravo ERP | A. Platform | public | 2015-11-24 12:20 | 2015-12-07 09:38 |
|
Reporter | gorkaion | |
Assigned To | gorkaion | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | Gentoo |
Product Version | | |
Target Version | 3.0PR16Q1 | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | mtaal |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031564: Add ability to inject logic to an import entry processor when the process has finished and committed |
Description | Currently it is possible to implement ImportEntryPreProcessor to execute logic when an Import Entry is added.
It should be possible to be able to implement custom logic to be executed when the Import Entry has been processed and committed. |
Steps To Reproduce | N/A |
Proposed Solution | Create an abstract ImportEntryPostProcessor class.
Extend the ImportEntryProcessRunnable class to execute the classes implementing ImportEntryPostProcessor after the processEntry() has been executed. At this point the Import Entry process has finished and the commit has been done, so it is possible to add new logic.
The classes are filtered by a Qualifier based on the typeOfData of the import entry. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0041109 | | new | Triage Platform Base | Improvements in ImportEntryPreProcessor/ImportEntryPostProcessor |
|
Attached Files | issue-31564.export (4,109) 2015-11-24 14:08 https://issues.openbravo.com/file_download.php?file_id=8768&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2015-11-24 12:20 | gorkaion | New Issue | |
2015-11-24 12:20 | gorkaion | Assigned To | => gorkaion |
2015-11-24 12:20 | gorkaion | Modules | => Core |
2015-11-24 12:20 | gorkaion | Triggers an Emergency Pack | => No |
2015-11-24 13:04 | gorkaion | File Added: issue-31564.export | |
2015-11-24 13:54 | gorkaion | File Deleted: issue-31564.export | |
2015-11-24 13:54 | gorkaion | File Added: issue-31564.export | |
2015-11-24 14:08 | gorkaion | File Deleted: issue-31564.export | |
2015-11-24 14:08 | gorkaion | File Added: issue-31564.export | |
2015-11-24 16:54 | hgbot | Checkin | |
2015-11-24 16:54 | hgbot | Note Added: 0082300 | |
2015-11-24 16:54 | hgbot | Status | new => resolved |
2015-11-24 16:54 | hgbot | Resolution | open => fixed |
2015-11-24 16:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/53de6573ff6e36d23f2b68c8b75d47cf59540231 [^] |
2015-11-24 17:31 | mtaal | Review Assigned To | => mtaal |
2015-11-25 15:11 | hudsonbot | Checkin | |
2015-11-25 15:11 | hudsonbot | Note Added: 0082329 | |
2015-12-07 09:37 | mtaal | Note Added: 0082583 | |
2015-12-07 09:38 | mtaal | Note Added: 0082584 | |
2015-12-07 09:38 | mtaal | Status | resolved => closed |
2015-12-07 09:38 | mtaal | Fixed in Version | => 3.0PR16Q1 |
2019-06-17 17:04 | caristu | Relationship added | related to 0041109 |