mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
committed by
Denys Vuika
parent
aa4f81118f
commit
9ccd430087
@@ -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()
|
||||
);
|
||||
|
Reference in New Issue
Block a user