Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0030473 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2015-07-31 12:47 | 2015-08-20 09:59 | |||
Reporter | guilleaer | View Status | public | |||||
Assigned To | Orekaria | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | RR15Q4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | |||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | Orekaria | |||||||
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 | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0079202) Orekaria (administrator) 2015-08-05 17:10 edited on: 2015-08-05 17:11 |
This issue has been addressed in the 30465 issue. Should have been done here |
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 | View Revisions |
2015-08-19 12:35 | Orekaria | Relationship added | blocks 0030603 |
2015-08-20 09:59 | Orekaria | Assigned To | Retail => Orekaria |
Copyright © 2000 - 2009 MantisBT Group |