We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The User Management component is no longer showing a list of Profiles associated with a user.
It previously showed a list containing ROLE_ADMIN, ROLE_USER etc. Now the multiple select list "Profiles" is blank:
Note that the User [user] does have a Profile, and it is correctly displayed:
When the application was generated with a previous version of JHipster it worked OK, so this a new issue. Previously it showed the following:
Generate the application using npx jhipster-quarkus, with the following .yo-rc.json:
npx jhipster-quarkus
.yo-rc.json
{ "generator-jhipster": { "applicationType": "monolith", "authenticationType": "jwt", "backendType": "Quarkus", "baseName": "noprofiles", "blueprints": [ { "name": "generator-jhipster-quarkus", "version": "3.3.0" } ], "buildTool": "maven", "cacheProvider": "no", "clientFramework": "angular", "clientTestFrameworks": ["cypress"], "clientTheme": "sandstone", "clientThemeVariant": "primary", "cypressAudit": false, "cypressCoverage": false, "databaseType": "sql", "devDatabaseType": null, "devServerPort": 4200, "enableHibernateCache": false, "enableTranslation": false, "entities": [], "jhipsterVersion": "8.7.3", "microfrontend": null, "microfrontends": [], "nativeLanguage": "en", "packageName": "io.archton.noprofiles", "prodDatabaseType": "postgresql", "serverPort": null, "testFrameworks": ["cypress"], "withAdminUi": true } }
Run ./mvnw and npm start as usual
./mvnw
npm start
None found
None
npx jhipster-quarkus --version
3.3.0 (generator-jhipster 8.7.3)
Angular: 18.2.9
Fedora 41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Overview of the issue
The User Management component is no longer showing a list of Profiles associated with a user.
It previously showed a list containing ROLE_ADMIN, ROLE_USER etc. Now the multiple select list "Profiles" is blank:
Note that the User [user] does have a Profile, and it is correctly displayed:
Motivation for or Use Case
When the application was generated with a previous version of JHipster it worked OK, so this a new issue. Previously it showed the following:
Reproduce the error
Generate the application using
npx jhipster-quarkus
, with the following.yo-rc.json
:Run
./mvnw
andnpm start
as usualRelated issues
None found
Suggest a Fix
None
JHipster Version(s)
npx jhipster-quarkus --version
3.3.0 (generator-jhipster 8.7.3)
Angular: 18.2.9
Browsers and Operating System
Fedora 41
The text was updated successfully, but these errors were encountered: