From ae2f2ab235fec4501fdafd97798b34fe2d5a06b2 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Sat, 29 Oct 2022 15:58:47 +0300 Subject: [PATCH] list fetch main --- client/src/views/list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); });