Skip to content

Commit a7a7fa5

Browse files
jesielvianagithub-actions[bot]
authored andcommitted
fix: prevent bitstream format cache issue by disabling cached version
(cherry picked from commit 6001652)
1 parent 535653f commit a7a7fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/item-page/edit-item-page/item-bitstreams/item-edit-bitstream-bundle/item-edit-bitstream-bundle.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export class ItemEditBitstreamBundleComponent implements OnInit, OnDestroy {
250250
switchMap(() => this.bundleService.getBitstreams(
251251
this.bundle.id,
252252
paginatedOptions,
253-
followLink('format'),
253+
followLink('format', { useCachedVersionIfAvailable: false }),
254254
)),
255255
);
256256
}),

0 commit comments

Comments
 (0)