merge success notification fix

This commit is contained in:
Yuri Kuznetsov
2023-06-21 16:20:57 +03:00
parent f39e59ba5b
commit add5bcbe6a

View File

@@ -140,7 +140,7 @@ define('views/record/merge', ['view'], function (Dep) {
},
})
.then(() => {
Espo.Ui.success(this.translate('Merged'));
Espo.Ui.success(this.translate('Merged'), {suppress: true});
this.getRouter().navigate('#' + this.scope + '/view/' + model.id, {trigger: true});