This commit is contained in:
Yuri Kuznetsov
2022-08-28 18:54:08 +03:00
parent 2ae4094c64
commit 8ffb72df30
+1
View File
@@ -112,6 +112,7 @@ define('controllers/record', ['controller'], function (Dep) {
let abort = () => {
collection.abortLastFetch();
mediator.abort = true;
Espo.Ui.notify(false);
};
this.listenToOnce(this.baseController, 'action', abort);