#832 added missing watcher function

This commit is contained in:
Gerard 2018-11-21 09:13:40 +01:00
parent 27e13fdf3d
commit ead97cb142
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ class Controller {
this.$scope.watcher.check(); this.$scope.watcher.check();
this.$scope.model.save().then(() => { this.$scope.model.save().then(() => {
this.$scope.watcher.notifySaved(); this.$scope.watcher.notifySaved();
this.$scope.watcher.updateOriginalData();
}); });
} }
// Item Descriptor // Item Descriptor