mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ACS-5654] Retain filter header in document list. (#8811)
* [ACS-5654] Retain filter header in document list. * [ACS-5654] Unit tests * [ACS-5654] Unit tests * [ACS-5654] Unit test fix.
This commit is contained in:
@@ -451,6 +451,9 @@ export class DocumentListComponent implements OnInit, OnChanges, OnDestroy, Afte
|
||||
.subscribe(val => this.contextActionCallback(val));
|
||||
|
||||
this.enforceSingleClickNavigationForMobile();
|
||||
if (this.filterValue && Object.keys(this.filterValue).length > 0) {
|
||||
this.showHeader = ShowHeaderMode.Always;
|
||||
}
|
||||
}
|
||||
|
||||
ngAfterContentInit() {
|
||||
|
Reference in New Issue
Block a user