diff --git a/src/app/item-page/item.resolver.ts b/src/app/item-page/item.resolver.ts index ef2a197c10d..2f99dcecdd2 100644 --- a/src/app/item-page/item.resolver.ts +++ b/src/app/item-page/item.resolver.ts @@ -20,6 +20,7 @@ export const ITEM_PAGE_LINKS_TO_FOLLOW: FollowLinkConfig[] = [ ), followLink('relationships'), followLink('version', {}, followLink('versionhistory')), + followLink('bundles', {}, followLink('bitstreams')), followLink('thumbnail'), followLink('metrics') ]; @@ -45,7 +46,7 @@ export class ItemResolver implements Resolve> { */ resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): Observable> { const itemRD$ = this.itemService.findById(route.params.id, - true, + false, false, ...ITEM_PAGE_LINKS_TO_FOLLOW ).pipe(