1
0

[CST-4009] Discovery result sort options not reflecting what is configured

This commit is contained in:
Alessandro Martelli
2021-04-06 10:06:15 +02:00
parent 9586428b12
commit 9b8ada0326
13 changed files with 292 additions and 72 deletions

View File

@@ -162,6 +162,7 @@ import { ShortLivedToken } from './auth/models/short-lived-token.model';
import { UsageReport } from './statistics/models/usage-report.model';
import { RootDataService } from './data/root-data.service';
import { Root } from './data/root.model';
import { SearchConfig } from './shared/search/search-filters/search-config.model';
/**
* When not in production, endpoint responses can be mocked for testing purposes
@@ -342,6 +343,7 @@ export const models =
Registration,
UsageReport,
Root,
SearchConfig
];
@NgModule({