forked from hazza/dspace-angular
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