You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display only directly assigned roles in user modal (#1251)
* Display only directly assigned roles in user modal
Not only assigned but also derived roles were display in the "Roles" tab
of the user modal.
* Fix 'any' type and remove leftover comment
* Also fix the user roles in the create user dialogue
As with the user details view, we also need to provide the assignedRoles
attribute in the New User dialogue.
* Only define the necessary attributes for the user handleSubmit.
Reduce the attributes of handleSubmit when updating or creating a user.
0 commit comments