Commits

Tim Donohue authored and GitHub committed c46abae264e Merge
Merge pull request #1261 from atmire/w2p-80369_Use-thumbnail-links-for-Items-and-Bitstreams

Use thumbnail links for items and bitstreams
No tags
gidlmaster

src/app/+bitstream-page/bitstream-page.resolver.ts

Modified
28 28 getFirstCompletedRemoteData(),
29 29 );
30 30 }
31 31 /**
32 32 * Method that returns the follow links to already resolve
33 33 * The self links defined in this list are expected to be requested somewhere in the near future
34 34 * Requesting them as embeds will limit the number of requests
35 35 */
36 36 get followLinks(): FollowLinkConfig<Bitstream>[] {
37 37 return [
38 - followLink('bundle', undefined, true, true, true, followLink('item')),
38 + followLink('bundle', {}, followLink('item')),
39 39 followLink('format')
40 40 ];
41 41 }
42 42 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut