Fix client updated at, message when importing

This commit is contained in:
Mo Bitar
2018-06-08 10:12:04 -05:00
parent 0fd9a79559
commit be7a4b7b9f
5 changed files with 20 additions and 7 deletions

View File

@@ -411,7 +411,7 @@ class SyncManager {
) {
this.$rootScope.$broadcast("major-data-change");
}
this.callQueuedCallbacksAndCurrent(callback, response);
this.$rootScope.$broadcast("sync:completed", {retrievedItems: this.allRetreivedItems, savedItems: this.allSavedItems});