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
The client (angular) is not loading users dropdown list when a relationship exists with User entity.
On the client-side the User dorpdown-list does not load any users.
Http GET request to /api/users returns not found (since there is no api endpoint on the backend side).
It seems that we do have the route /api/admin/users at
It's a bug on dotnet generator or the java genrator has the same behavior ?
I think It's a bug on dotnet generator. I remeber that on java version and on the v2 of dotnet generator User relationship dropdownlist loads fine.
Just on v3 of dotnet generator it stopped working due to the api route change described above.
Overview of the issue
The client (angular) is not loading users dropdown list when a relationship exists with User entity.
On the client-side the User dorpdown-list does not load any users.
Http GET request to
/api/users
returns not found (since there is no api endpoint on the backend side).It seems that we do have the route
/api/admin/users
atjhipster-dotnetcore/generators/server/templates/dotnetcore/src/Project/Controllers/UsersController.cs.ejs
Line 97 in 63adac6
/api/users
which does not exist.Motivation for or Use Case
Reproduce the error
Create an entity and add a relationship to User:
Related issues
Suggest a Fix
JHipster Version(s)
Master
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: