DS-8408: Test cases and some fixes or comcol ordering

This commit is contained in:
aroman-arvo
2023-02-13 19:32:47 +01:00
parent 0121e6d895
commit 742922dba0
13 changed files with 75 additions and 17 deletions

View File

@@ -424,8 +424,8 @@ export class DefaultAppConfig implements AppConfig {
];
// Configuration that determines the metadata sorting of community and collection edition and creation when there are not a search query.
collectionSelectionSort: DiscoverySortConfig = {
sortMetadata:'dc.title',
comcolSelectionSort: DiscoverySortConfig = {
sortField:'dc.title',
sortDirection:'ASC',
};
}