jhipster/generator-jhipster

User Profiles are missing from the user-management-update.component

Opened this issue · 0 comments

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:

image

Note that the User [user] does have a Profile, and it is correctly displayed:

image

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:

image

Reproduce the error

Generate the application using npx jhipster-quarkus, with the following .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

Related 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

  • Tickets opened without reproduction steps or that doesn't follows the template recommendation will be closed.
  • This issue is prompt-related or an error that prevents JHipster from generating an application.
  • I don't have a JDL otherwise I should open an JDL Issue
  • The application is not successfully generated otherwise, I should open an Issue with jhipster info
  • Checking this box is mandatory (this is just to show you read everything)