Project

General

Profile

« Previous | Next » 

Revision 59901

[Library|Trunk]

- Search page - custom filter: add filter value when the custom filter doesn't exists in refine values - this allows to remove it if there are no results

- quick selections: add check for aggregator

View differences:

quick-selections.component.ts
92 92
    }));
93 93

  
94 94
    if(this.properties && !this.initialized) {
95
      if(this.properties.adminToolsCommunity !== "monitor") {
95
      if(this.properties.adminToolsCommunity !== "monitor" && this.properties.adminToolsPortalType !== "aggregator" ) {
96 96
         this.subs.push(this.config.communityInformationState.subscribe(data => {
97 97
          if(data) {
98 98
            var showEntity = {};

Also available in: Unified diff