Openbravo Issue Tracking System - Retail Modules | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0030548 | Retail Modules | Web POS | public | 2015-08-11 13:18 | 2015-09-11 09:28 | |||||||
Reporter | Orekaria | |||||||||||
Assigned To | Orekaria | |||||||||||
Priority | high | Severity | major | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | RR15Q4 | Fixed in Version | RR15Q4 | |||||||||
Merge Request Status | ||||||||||||
Review Assigned To | marvintm | |||||||||||
OBNetwork customer | ||||||||||||
Support ticket | ||||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0030548: Stabilization: A 'callback(me)' is executed in 'OB.UTIL.saveComposeInfo' | |||||||||||
Description | A 'callback(me)' is executed in 'OB.UTIL.saveComposeInfo' The callback is executed and sent to the children instead of just being sent This action breaks the standard way across the application, which is, execute the callback in the children, (the reason why it is called callback) | |||||||||||
Steps To Reproduce | A 'callback(me)' is executed in 'OB.UTIL.saveComposeInfo' Verify the flows in which this code is executed: - in the login - finishing a sale - performing a cashup Verify the consequences of the callback being executed in the calling | |||||||||||
Proposed Solution | Change the code to this, and check if flows are correct: instead of: ... , callback(me), ... set it to: ... , callback, ... or ... , function () { callback(me)}, ... | |||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2015-08-11 13:18 | Orekaria | New Issue | ||||||||||
2015-08-11 13:18 | Orekaria | Assigned To | => Retail | |||||||||
2015-08-11 13:18 | Orekaria | Triggers an Emergency Pack | => No | |||||||||
2015-08-19 09:32 | Orekaria | Proposed Solution updated | ||||||||||
2015-08-19 09:42 | Orekaria | Proposed Solution updated | ||||||||||
2015-08-19 12:33 | Orekaria | Relationship added | blocks 0030603 | |||||||||
2015-08-19 12:43 | Orekaria | Type | defect => design defect | |||||||||
2015-08-19 18:15 | Orekaria | Proposed Solution updated | ||||||||||
2015-08-19 18:34 | Orekaria | Target Version | => RR15Q4 | |||||||||
2015-08-19 18:34 | Orekaria | Summary | A 'callback(me)' is executed in 'OB.UTIL.saveComposeInfo' => Stabilization: A 'callback(me)' is executed in 'OB.UTIL.saveComposeInfo' | |||||||||
2015-08-22 20:35 | hgbot | Checkin | ||||||||||
2015-08-22 20:35 | hgbot | Note Added: 0079612 | ||||||||||
2015-08-22 20:35 | hgbot | Status | new => resolved | |||||||||
2015-08-22 20:35 | hgbot | Resolution | open => fixed | |||||||||
2015-08-22 20:35 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/12585560c5abf73f76f7f27584e468faf4390d8b [^] | |||||||||
2015-08-31 09:18 | marvintm | Assigned To | Retail => Orekaria | |||||||||
2015-09-11 09:28 | marvintm | Review Assigned To | => marvintm | |||||||||
2015-09-11 09:28 | marvintm | Status | resolved => closed | |||||||||
2015-09-11 09:28 | marvintm | Fixed in Version | => RR15Q4 |
Notes | |||||
|
|||||
|
|