mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
79768: Fix followLink syntax
This commit is contained in:
@@ -292,13 +292,7 @@ export class MetadataService {
|
||||
true,
|
||||
true,
|
||||
followLink('primaryBitstream'),
|
||||
followLink('bitstreams',
|
||||
undefined,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
followLink('format')
|
||||
)
|
||||
followLink('bitstreams', {}, followLink('format')),
|
||||
).pipe(
|
||||
getFirstSucceededRemoteDataPayload(),
|
||||
switchMap((bundle: Bundle) =>
|
||||
|
Reference in New Issue
Block a user