mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
fix: prevent bitstream format cache issue by disabling cached version
(cherry picked from commit 6001652101
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
535653fff5
commit
a7a7fa5511
@@ -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 }),
|
||||||
)),
|
)),
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
|
Reference in New Issue
Block a user