Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0044111 | Retail Modules | Web POS | public | 2020-05-19 18:17 | 2020-05-21 10:26 |
Reporter | adrianromero | ||||
Assigned To | adrianromero | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | RR20Q3 | |||
Merge Request Status | |||||
Review Assigned To | marvintm | ||||
OBNetwork customer | No | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0044111: Improve hooks registration with Promises | ||||
Description | ith modern Javascript keywords async / await is very convenient to provide a way to register asynchronous hooks without calling the callbacks. For example. OB.UTIL.HookManager.registerAsyncHook( 'Hook_Qualifier', async args => { // Implementation of the hook // const condition = await ... // if (condition) { // throw new Error(); // } } ); | ||||
Steps To Reproduce | N/A | ||||
Proposed Solution | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2020-05-19 18:17 | adrianromero | New Issue | |||
2020-05-19 18:17 | adrianromero | Assigned To | => adrianromero | ||
2020-05-19 18:17 | adrianromero | OBNetwork customer | => No | ||
2020-05-19 18:17 | adrianromero | Triggers an Emergency Pack | => No | ||
2020-05-20 09:00 | hgbot | Checkin | |||
2020-05-20 09:00 | hgbot | Note Added: 0120075 | |||
2020-05-20 09:00 | hgbot | Status | new => resolved | ||
2020-05-20 09:00 | hgbot | Resolution | open => fixed | ||
2020-05-20 09:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/ba6e30b31143e3cd05f4034da80d24b91a915c0b [^] | ||
2020-05-20 09:03 | adrianromero | Review Assigned To | => marvintm | ||
2020-05-20 09:09 | hgbot | Checkin | |||
2020-05-20 09:09 | hgbot | Note Added: 0120076 | |||
2020-05-21 10:26 | marvintm | Status | resolved => closed | ||
2020-05-21 10:26 | marvintm | Fixed in Version | => RR20Q3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|