Skip to content

Commit 9fe1e8f

Browse files
committed
[DSC-1889] Include bundles and bitstream when retrieving the item
1 parent 80709aa commit 9fe1e8f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/item-page/item.resolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const ITEM_PAGE_LINKS_TO_FOLLOW: FollowLinkConfig<Item>[] = [
2020
),
2121
followLink('relationships'),
2222
followLink('version', {}, followLink('versionhistory')),
23+
followLink('bundles', {}, followLink('bitstreams')),
2324
followLink('thumbnail'),
2425
followLink('metrics')
2526
];

0 commit comments

Comments
 (0)