Skip to content

Commit 6001652

Browse files
committed
fix: prevent bitstream format cache issue by disabling cached version
1 parent 6a49cdb commit 6001652

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
@@ -246,7 +246,7 @@ export class ItemEditBitstreamBundleComponent implements OnInit, OnDestroy {
246246
switchMap(() => this.bundleService.getBitstreams(
247247
this.bundle.id,
248248
paginatedOptions,
249-
followLink('format'),
249+
followLink('format', { useCachedVersionIfAvailable: false }),
250250
)),
251251
);
252252
}),

0 commit comments

Comments
 (0)