mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +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(
|
||||
getAllSucceededRemoteDataPayload()
|
||||
);
|
||||
} else {
|
||||
this.externalSourcesRD$ = this.externalSourceService.findAll().pipe(
|
||||
getAllSucceededRemoteDataPayload(),
|
||||
map((list: PaginatedList<ExternalSource>) => list.page)
|
||||
);
|
||||
}
|
||||
|
||||
this.setTotals();
|
||||
|
Reference in New Issue
Block a user