Realm Admin Console to edit user/groups only requires view-realm role since Keycloak 12.0.x

Before Keycloak 12 it had been possible to assign a user the view-user/manage-users role to grant him access to the realm admin console only allowing him to edit users and groups.
Since Keycloak 12 this fails and user is redirected to “Resource not found” page. You have to add view-realm role to make this working again, but this of course will now also show realm settings to the user.

Is this a bug or an intended change? And if intended is there a way to configure roles in a way that the user can only see/edit users and groups?

I created an issue for this https://issues.redhat.com/browse/KEYCLOAK-16779, lets see what they will make of it.