[CST-5307] disable cache when lookup for profile to claim

This commit is contained in:
Giuseppe Digilio
2022-06-07 13:05:52 +02:00
parent a830c99f90
commit 73c60e3eef

View File

@@ -61,7 +61,7 @@ export class ProfileClaimService {
return this.searchService.search(new PaginatedSearchOptions({
configuration: 'eperson_claims',
query: query
}));
}), null, false, true);
}
/**