mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
75316: Only show external sources when configured
This commit is contained in:
@@ -153,11 +153,6 @@ export class DsDynamicLookupRelationModalComponent implements OnInit, OnDestroy
|
|||||||
).pipe(
|
).pipe(
|
||||||
getAllSucceededRemoteDataPayload()
|
getAllSucceededRemoteDataPayload()
|
||||||
);
|
);
|
||||||
} else {
|
|
||||||
this.externalSourcesRD$ = this.externalSourceService.findAll().pipe(
|
|
||||||
getAllSucceededRemoteDataPayload(),
|
|
||||||
map((list: PaginatedList<ExternalSource>) => list.page)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.setTotals();
|
this.setTotals();
|
||||||
|
Reference in New Issue
Block a user