diff --git a/client/src/views/list.js b/client/src/views/list.js index 275cc3a083..b3d64b3453 100644 --- a/client/src/views/list.js +++ b/client/src/views/list.js @@ -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)); });