fix: prevent bitstream format cache issue by disabling cached version

This commit is contained in:
Jesiel Viana
2025-04-17 09:08:19 -03:00
parent 6a49cdb54b
commit 6001652101

View File

@@ -246,7 +246,7 @@ export class ItemEditBitstreamBundleComponent implements OnInit, OnDestroy {
switchMap(() => this.bundleService.getBitstreams(
this.bundle.id,
paginatedOptions,
followLink('format'),
followLink('format', { useCachedVersionIfAvailable: false }),
)),
);
}),