Skip to content
Snippets Groups Projects
Commit d32ec117 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

57557: Sort direction on collection page reverted to DESC

parent 3988b7af
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ export class CollectionPageComponent implements OnInit, OnDestroy {
this.paginationConfig.id = 'collection-page-pagination';
this.paginationConfig.pageSize = 5;
this.paginationConfig.currentPage = 1;
this.sortConfig = new SortOptions('dc.date.accessioned', SortDirection.ASC);
this.sortConfig = new SortOptions('dc.date.accessioned', SortDirection.DESC);
}
ngOnInit(): void {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment