list fetch main
This commit is contained in:
@@ -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));
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user