diff --git a/src/app/shared/resource-policies/resource-policies.component.ts b/src/app/shared/resource-policies/resource-policies.component.ts index 0dbc6a537cb..12f97c4ba04 100644 --- a/src/app/shared/resource-policies/resource-policies.component.ts +++ b/src/app/shared/resource-policies/resource-policies.component.ts @@ -199,7 +199,8 @@ export class ResourcePoliciesComponent implements OnInit, OnDestroy { initResourcePolicyList() { this.subs.push(this.resourcePolicyService.searchByResource( this.resourceUUID, null, false, true, - followLink('eperson'), followLink('group'), + followLink('eperson', { useCachedVersionIfAvailable: false, reRequestOnStale: true }), + followLink('group', { useCachedVersionIfAvailable: false, reRequestOnStale: true }), ).pipe( filter(() => this.isActive), getAllSucceededRemoteData(),