Merge branch 'w2p-67478_Search-external-sources-in-submission' into w2p-67611_Convert-external-source-to-entity

This commit is contained in:
Kristof De Langhe
2020-01-14 13:07:24 +01:00
119 changed files with 5431 additions and 1581 deletions

View File

@@ -63,7 +63,7 @@ export class LookupRelationService {
concat(subject.pipe(take(1)))
)
) as any
)
) as Observable<RemoteData<PaginatedList<SearchResult<Item>>>>;
}
/**