From e8c217e468bdf5dbe73bbb24295ce90e042a6eb5 Mon Sep 17 00:00:00 2001 From: yuri Date: Thu, 18 Jun 2015 17:17:52 +0300 Subject: [PATCH] followed bool filter --- frontend/client/src/views/record/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/client/src/views/record/search.js b/frontend/client/src/views/record/search.js index 36cd42f22b..6051d79ae9 100644 --- a/frontend/client/src/views/record/search.js +++ b/frontend/client/src/views/record/search.js @@ -83,7 +83,7 @@ Espo.define('Views.Record.Search', 'View', function (Dep) { }, this); if (this.getMetadata().get('scopes.' + this.scope + '.stream')) { - this.presetFilterList.unshift('followed'); + this.boolFilterList.push('followed'); } this.loadSearchData();