-
+
diff --git a/src/app/bitstream-page/bitstream-page.resolver.ts b/src/app/bitstream-page/bitstream-page.resolver.ts
index db2af2d5542..9c09d19ac13 100644
--- a/src/app/bitstream-page/bitstream-page.resolver.ts
+++ b/src/app/bitstream-page/bitstream-page.resolver.ts
@@ -12,7 +12,8 @@ import { getFirstCompletedRemoteData } from '../core/shared/operators';
* Requesting them as embeds will limit the number of requests
*/
export const BITSTREAM_PAGE_LINKS_TO_FOLLOW: FollowLinkConfig[] = [
- followLink('bundle', {}, followLink('primaryBitstream'), followLink('item')),
+ followLink('bundle', {}, followLink('item')),
+ followLink('bundle', {}, followLink('primaryBitstream')),
followLink('format')
];
diff --git a/src/app/item-page/clarin-ref-featured-services/clarin-ref-featured-services.component.html b/src/app/item-page/clarin-ref-featured-services/clarin-ref-featured-services.component.html
index a4adbef4397..1f019c9cad9 100644
--- a/src/app/item-page/clarin-ref-featured-services/clarin-ref-featured-services.component.html
+++ b/src/app/item-page/clarin-ref-featured-services/clarin-ref-featured-services.component.html
@@ -13,7 +13,7 @@