This commit is contained in:
Yuri Kuznetsov
2023-07-19 11:11:13 +03:00
parent 463cedc12c
commit 09cc9910a2
+3 -1
View File
@@ -232,7 +232,9 @@ class LinkManagerIndexView extends View {
this.getMetadata().loadSkipCache().then(() => {
this.setupLinkData();
this.render();
Espo.Ui.success(this.translate('Removed'), {suppress: true});
this.reRender();
});
});
}