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
With the commit 2e2b633 and the issue #16 : Roles have not an unique name. So there are problems with different functions of services that use the name as the key.
For example, the function findAllUsersWithRoles (List roles) in class GenericUserService loses all meaning.
The solution I see would be to use the Id as the key.
The text was updated successfully, but these errors were encountered:
With the commit 2e2b633 and the issue #16 : Roles have not an unique name. So there are problems with different functions of services that use the name as the key.
For example, the function findAllUsersWithRoles (List roles) in class GenericUserService loses all meaning.
The solution I see would be to use the Id as the key.
The text was updated successfully, but these errors were encountered: