followed bool filter

This commit is contained in:
yuri
2015-06-18 17:17:52 +03:00
parent 9e32298d42
commit e8c217e468
+1 -1
View File
@@ -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();