1
0

59695: Browse by date base

This commit is contained in:
Kristof De Langhe
2019-02-11 13:11:47 +01:00
parent 49fc891809
commit 30c0bd8ebb
10 changed files with 66 additions and 8 deletions

View File

@@ -78,7 +78,7 @@ export const getBrowseDefinitionLinks = (definitionID: string) =>
source.pipe(
getRemoteDataPayload(),
map((browseDefinitions: BrowseDefinition[]) => browseDefinitions
.find((def: BrowseDefinition) => def.id === definitionID && def.metadataBrowse === true)
.find((def: BrowseDefinition) => def.id === definitionID)
),
map((def: BrowseDefinition) => {
if (isNotEmpty(def)) {