KEYCLOAK-2455
Typo in cached ClientTemplateAdapter
This commit is contained in:
parent
98bd0b003e
commit
ec20c004ba
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ public class ClientTemplateAdapter implements ClientTemplateModel {
|
|||
|
||||
private void getDelegateForUpdate() {
|
||||
if (updated == null) {
|
||||
cacheSession.registerApplicationInvalidation(getId());
|
||||
cacheSession.registerClientTemplateInvalidation(getId());
|
||||
updated = cacheSession.getDelegate().getClientTemplateById(getId(), cachedRealm);
|
||||
if (updated == null) throw new IllegalStateException("Not found in database");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue