Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030473
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajorhave not tried2015-07-31 12:472015-08-20 09:59
ReporterguilleaerView Statuspublic 
Assigned ToOrekaria 
PrioritynormalResolutionfixedFixed in VersionRR15Q4
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned ToOrekaria
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0030473: eventParams.callback should not wait to the end of sync process when OBPOS_PostSyncReceipt is present

DescriptionLooking 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 Reproducewith 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 SolutionIf we don't need to wait fix the code
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0030465RR15Q4 closedOrekaria Stabillization: When the receipt is done, an immutable copy of it should be used in the involved asynchronous processes 
blocks defect 0030603RR15Q4 closedOrekaria Stabilization: RR15Q4 related issues 

-  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
Powered by Mantis Bugtracker