Openbravo Issue Tracking System - Retail Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0043398 | Retail Modules | Web POS | public | 2020-03-03 11:26 | 2020-03-03 11:34 |
Reporter | jorge_acosta | ||||
Assigned To | Retail | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0043398: Not validated hook on obsmail_hook_preordersave.js | ||||
Description | Client detected that the hook in obsmail_hook_preordersave.js doesn't validate if it has been cancelled, so if a previous hook has been cancelled this one will not take it in account. | ||||
Steps To Reproduce | Check the conditions of the hook in obsmail_hook_preordersave.js | ||||
Proposed Solution | Proposed by the client : ( at the beginning of the hook ) if (args && args.cancellation && args.cancellation === true) { OB.UTIL.HookManager.callbackExecutor(args, callbacks); return; } | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2020-03-03 11:26 | jorge_acosta | New Issue | |||
2020-03-03 11:26 | jorge_acosta | Assigned To | => Retail | ||
2020-03-03 11:26 | jorge_acosta | Triggers an Emergency Pack | => No | ||
2020-03-03 11:34 | Practics | Issue Monitored: Practics |
There are no notes attached to this issue. |