Skip to content
New issue

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

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

Open
3 of 5 tasks
GeraldScott opened this issue Dec 21, 2024 · 0 comments
Open
3 of 5 tasks
Labels
resolution: should go to blueprint The solution will no be implemented in core, but rather be a blueprint

Comments

@GeraldScott
Copy link

GeraldScott commented Dec 21, 2024

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)
@mshima mshima added resolution: should go to blueprint The solution will no be implemented in core, but rather be a blueprint and removed area: triage theme: undefined labels Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolution: should go to blueprint The solution will no be implemented in core, but rather be a blueprint
Projects
None yet
Development

No branches or pull requests

2 participants