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:

committed by
Tim Donohue

parent
02f30ab331
commit
8dbdb27c67
@@ -203,8 +203,8 @@ export class ItemEditBitstreamBundleComponent implements OnInit, OnDestroy {
|
||||
switchMap(() => this.bundleService.getBitstreams(
|
||||
this.bundle.id,
|
||||
paginatedOptions,
|
||||
followLink('format')
|
||||
))
|
||||
followLink('format', { useCachedVersionIfAvailable: false }),
|
||||
)),
|
||||
);
|
||||
}),
|
||||
getAllSucceededRemoteData(),
|
||||
|
Reference in New Issue
Block a user