mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-3542] Fix Filter Sorting Initialization (#1617)
This commit is contained in:
@@ -66,7 +66,7 @@ export abstract class PageComponent implements OnInit, OnDestroy, OnChanges {
|
|||||||
canUpload = false;
|
canUpload = false;
|
||||||
nodeResult: NodePaging;
|
nodeResult: NodePaging;
|
||||||
showHeader = ShowHeaderMode.Always;
|
showHeader = ShowHeaderMode.Always;
|
||||||
filterSorting = null;
|
filterSorting = 'name-asc';
|
||||||
|
|
||||||
protected subscriptions: Subscription[] = [];
|
protected subscriptions: Subscription[] = [];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user