fix: prevent bitstream format cache issue by disabling cached version

(cherry picked from commit 6001652101)
This commit is contained in:
Jesiel Viana
2025-04-17 09:08:19 -03:00
committed by github-actions[bot]
parent 535653fff5
commit a7a7fa5511

View File

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