mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
[CST-5307] disable cache when lookup for profile to claim
This commit is contained in:
@@ -61,7 +61,7 @@ export class ProfileClaimService {
|
|||||||
return this.searchService.search(new PaginatedSearchOptions({
|
return this.searchService.search(new PaginatedSearchOptions({
|
||||||
configuration: 'eperson_claims',
|
configuration: 'eperson_claims',
|
||||||
query: query
|
query: query
|
||||||
}));
|
}), null, false, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user