Project:
View Revisions: Issue #30433 | [ Back to Issue ] | ||
Summary | 0030433: The 'syncAllModels ' process is reporting that the server synchronization has finished before the client has been updated | ||
Revision | 2015-07-27 14:51 by Orekaria | ||
Steps To Reproduce | In the 'ob-terminal-model.js' file, 'removeSyncedElemsCallback' method, verify that the models are being asynchronously flushed and the synchronization is reported as finished | ||
Revision | 2015-07-27 14:49 by Orekaria | ||
Description | The synchronization is executing the success callbacks before the last stage of the synchronization, updating the client tables, has finished This could lead to issues related to obsolete data being retrieved instead of fresh data |
||
Revision | 2015-07-27 14:49 by Orekaria | ||
Description | The synchronization is executing the success callbacks before the last stage of the synchronization, updating the client tables, has finished. This could lead to issues related to obsolete data being retrieved instead of fresh data |
||
Revision | 2015-07-27 14:48 by Orekaria | ||
Steps To Reproduce | In the 'ob-terminal-model.js' file, 'removeSyncedElemsCallback' method, verify that the models are being asynchronously flushed and the synchronization is repoorted as finished | ||
Revision | 2015-07-27 14:48 by Orekaria | ||
Description | The synchronization is executing the success callbacks before the last stage of the synchronization, updating the client tables, has been done. This could lead to issues related to obsolete data being retrieved instead of fresh data |
||
Revision | 2015-07-27 14:44 by Orekaria | ||
Steps To Reproduce | In the 'ob-terminal-model.js' file, 'removeSyncedElemsCallback' method, verify that the models are being asynchronously flushed | ||
Revision | 2015-07-27 14:44 by Orekaria | ||
Description | The synchronization is executing the success callbacks before the last stage of the synchronization, that is, updating the client tables, has been done. |
Copyright © 2000 - 2009 MantisBT Group |