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
committed by Tim Donohue
parent 02f30ab331
commit 8dbdb27c67

View File

@@ -203,8 +203,8 @@ 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 }),
)) )),
); );
}), }),
getAllSucceededRemoteData(), getAllSucceededRemoteData(),