mirror of
https://github.com/espocrm/espocrm.git
synced 2026-07-01 08:26:04 +00:00
merge success notification fix
This commit is contained in:
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user