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
Describe the bug
Authorities list as strings list isn't usable in angular user-management create/update UI views
To Reproduce
Steps to reproduce the behavior:
Create new jhipster-quarkus app (I tested it with 3.5.0)
login as an admin
go to user-management and try to create new user (authorities are not shown)
You get an 500 server error because
Expected behavior
Authorities (Profiles) should be shown in user-management create/update UI views
They also should be selectable.
Problem solution
In Angular app in user-management.service.ts we expect to get Authority entities in authorities() method but List is returned from servers AuthorityResource#getAuthorities() method.
It should return List result as well as UserService#getAuthorities()
Desktop (please complete the following information):
OS: [linux mint]
Browser [vivaldi]
Version [e.g. 22]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Authorities list as strings list isn't usable in angular user-management create/update UI views
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Authorities (Profiles) should be shown in user-management create/update UI views
They also should be selectable.
Problem solution
In Angular app in user-management.service.ts we expect to get Authority entities in authorities() method but List is returned from servers AuthorityResource#getAuthorities() method.
It should return List result as well as UserService#getAuthorities()
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: