[ACA-2200] Upgrade to 3.0.0-beta9 ADF (#931)

* upgrade to latest ADF 3.0.0-alpha

- remove selectedFacetQueries check
- renamed hasPermission from ADF ContentService to hasAllowableOperations

* update to ADF 3.0.0-beta9

* [ACA-2200] mincount workaround

- until we get the fix for the facet update issue (ADF-3401)
This commit is contained in:
Suzana Dirla
2019-02-12 16:40:05 +02:00
committed by Denys Vuika
parent aa4f81118f
commit 9ccd430087
5 changed files with 107 additions and 106 deletions

View File

@@ -140,7 +140,6 @@ export class SearchResultsComponent extends PageComponent implements OnInit {
isFiltered(): boolean {
return (
this.searchFilter.selectedFacetQueries.length > 0 ||
this.searchFilter.selectedBuckets.length > 0 ||
this.hasCheckedCategories()
);