mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
fix: prevent bitstream format cache issue by disabling cached version
This commit is contained in:
@@ -246,7 +246,7 @@ export class ItemEditBitstreamBundleComponent implements OnInit, OnDestroy {
|
||||
switchMap(() => this.bundleService.getBitstreams(
|
||||
this.bundle.id,
|
||||
paginatedOptions,
|
||||
followLink('format'),
|
||||
followLink('format', { useCachedVersionIfAvailable: false }),
|
||||
)),
|
||||
);
|
||||
}),
|
||||
|
Reference in New Issue
Block a user