readded scope refresh
This commit is contained in:
parent
0f1227a47b
commit
d569c19a8a
|
@ -287,6 +287,7 @@ class Controller {
|
|||
}).catch(e => {
|
||||
this.vnApp.showError(this.translate.instant(e.data.error.message));
|
||||
});
|
||||
this.$scope.model.refresh();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue