mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-30 18:15:11 +00:00
[ACA-3542] Fix Filter sorting initialization (#6018)
This commit is contained in:
parent
7cfb95da9d
commit
0e8b28dc49
@ -56,7 +56,7 @@
|
||||
"APP_LAYOUT": {
|
||||
"APP": "App",
|
||||
"APP_NAME": "ADF Demo Application",
|
||||
"FILTERED_SEARCH": "FILTER HEADER",
|
||||
"FILTERED_SEARCH": "Filter Header",
|
||||
"HOME": "Home",
|
||||
"NODE-SELECTOR": "Node Selector",
|
||||
"SITES": "Sites",
|
||||
|
@ -215,7 +215,6 @@ export class FilesComponent implements OnInit, OnChanges, OnDestroy {
|
||||
enableMediumTimeFormat = false;
|
||||
displayEmptyMetadata = false;
|
||||
hyperlinkNavigation = false;
|
||||
filteredSorting: string[] = null;
|
||||
|
||||
constructor(private notificationService: NotificationService,
|
||||
private uploadService: UploadService,
|
||||
|
@ -30,7 +30,7 @@ export class FilteredSearchComponent {
|
||||
currentFolderId = '-my-';
|
||||
|
||||
queryParams = null;
|
||||
filterSorting = null;
|
||||
filterSorting: string = 'name-asc';
|
||||
|
||||
constructor(@Optional() private route: ActivatedRoute) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user