Openbravo Issue Tracking System - Retail Modules | |||||||||||||||||||
View Issue Details | |||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||
0030473 | Retail Modules | Web POS | public | 2015-07-31 12:47 | 2015-08-20 09:59 | ||||||||||||||
Reporter | guilleaer | ||||||||||||||||||
Assigned To | Orekaria | ||||||||||||||||||
Priority | normal | Severity | major | Reproducibility | have not tried | ||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||
Product Version | |||||||||||||||||||
Target Version | Fixed in Version | RR15Q4 | |||||||||||||||||
Merge Request Status | |||||||||||||||||||
Review Assigned To | Orekaria | ||||||||||||||||||
OBNetwork customer | |||||||||||||||||||
Support ticket | |||||||||||||||||||
Regression level | |||||||||||||||||||
Regression date | |||||||||||||||||||
Regression introduced in release | |||||||||||||||||||
Regression introduced by commit | |||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||
Summary | 0030473: eventParams.callback should not wait to the end of sync process when OBPOS_PostSyncReceipt is present | ||||||||||||||||||
Description | Looking to the code we are waiting to the end of sync process to execute this callback, but it seems that it should be executed whitout waiting to this event. We are doing it fine when hook is not present | ||||||||||||||||||
Steps To Reproduce | with hook: OB.MobileApp.model.runSyncProcess(function () { OB.info('runSyncProcess was success. call to callback function'); successCallback(model); if (eventParams && eventParams.callback) { eventParams.callback(); } }); without hook OB.MobileApp.model.runSyncProcess(function () { OB.info('runSyncProcess was success. call to callback function'); successCallback(model); }); if (eventParams && eventParams.callback) { eventParams.callback(); } | ||||||||||||||||||
Proposed Solution | If we don't need to wait fix the code | ||||||||||||||||||
Additional Information | |||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||
Relationships |
| ||||||||||||||||||
Attached Files | |||||||||||||||||||
Issue History | |||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||
2015-07-31 12:47 | guilleaer | New Issue | |||||||||||||||||
2015-07-31 12:47 | guilleaer | Assigned To | => Retail | ||||||||||||||||
2015-07-31 12:47 | guilleaer | Triggers an Emergency Pack | => No | ||||||||||||||||
2015-08-05 17:10 | Orekaria | Review Assigned To | => Orekaria | ||||||||||||||||
2015-08-05 17:10 | Orekaria | Note Added: 0079202 | |||||||||||||||||
2015-08-05 17:10 | Orekaria | Status | new => closed | ||||||||||||||||
2015-08-05 17:10 | Orekaria | Resolution | open => fixed | ||||||||||||||||
2015-08-05 17:10 | Orekaria | Fixed in Version | => RR15Q4 | ||||||||||||||||
2015-08-05 17:11 | Orekaria | Relationship added | duplicate of 0030465 | ||||||||||||||||
2015-08-05 17:11 | Orekaria | Note Edited: 0079202 | bug_revision_view_page.php?bugnote_id=0079202#r9159 | ||||||||||||||||
2015-08-19 12:35 | Orekaria | Relationship added | blocks 0030603 | ||||||||||||||||
2015-08-20 09:59 | Orekaria | Assigned To | Retail => Orekaria |
Notes | |||||
|
|||||
|
|