list fetch main

This commit is contained in:
Yuri Kuznetsov
2022-10-29 15:58:47 +03:00
parent 489e41a042
commit ae2f2ab235
+1 -1
View File
@@ -617,7 +617,7 @@ function (Dep, /** typeof module:search-manager.Class */SearchManager) {
Espo.Ui.notify(this.translate('loading', 'messages'));
this.collection.fetch()
this.collection.fetch({main: true})
.then(() => Espo.Ui.notify(false));
});