We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80709aa commit 9fe1e8fCopy full SHA for 9fe1e8f
1 file changed
src/app/item-page/item.resolver.ts
@@ -20,6 +20,7 @@ export const ITEM_PAGE_LINKS_TO_FOLLOW: FollowLinkConfig<Item>[] = [
20
),
21
followLink('relationships'),
22
followLink('version', {}, followLink('versionhistory')),
23
+ followLink('bundles', {}, followLink('bitstreams')),
24
followLink('thumbnail'),
25
followLink('metrics')
26
];
0 commit comments