Skip to content

Commit

Permalink
Fix dataset provider based on the change from keycloak main
Browse files Browse the repository at this point in the history
  • Loading branch information
mhajas committed Oct 1, 2024
1 parent 580051e commit 79bc5ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ private Long getGroupsCount(String realmName) {
return KeycloakModelUtils.runJobInTransactionWithResult(baseSession.getKeycloakSessionFactory(), baseSession.getContext(), session -> {
RealmModel realm = session.realms().getRealmByName(realmName);
return session.groups().getGroupsCount(realm, false);
});
}, false);
}

protected Response handleDatasetException(DatasetException de) {
Expand Down

0 comments on commit 79bc5ad

Please sign in to comment.