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 back button in the default user management user details view does not work. If you click on it, nothing happens.
Buttons should do something
I'll prepare a PR.
8.1.0
{ "generator-jhipster": { "applicationType": "monolith", "authenticationType": "session", "baseName": "dataview", "buildTool": "maven", "cacheProvider": "no", "clientFramework": "angular", "clientTestFrameworks": [], "clientTheme": "none", "creationTimestamp": 1703167177287, "databaseType": "sql", "devDatabaseType": "mysql", "devServerPort": 4200, "enableGradleEnterprise": null, "enableHibernateCache": false, "enableSwaggerCodegen": false, "enableTranslation": true, "entities": [], "feignClient": false, "gradleEnterpriseHost": null, "jhipsterVersion": "8.1.0", "languages": [ "de", "en" ], "messageBroker": false, "microfrontend": null, "microfrontends": [], "nativeLanguage": "de", "packageName": "de.markant.dataview", "prodDatabaseType": "mysql", "reactive": false, "searchEngine": "elasticsearch", "serverPort": null, "serverSideOptions": [ "searchEngine:elasticsearch" ], "serviceDiscoveryType": false, "testFrameworks": [], "websocket": false, "withAdminUi": true } }
openjdk version "17.0.7" 2023-04-18 LTS OpenJDK Runtime Environment (Red_Hat-17.0.7.0+7-1) (build 17.0.7+7-LTS) OpenJDK 64-Bit Server VM (Red_Hat-17.0.7.0+7-1) (build 17.0.7+7-LTS, mixed mode, sharing)
git version 2.43.0.windows.1
node: v18.19.0 npm: 10.2.3
Docker version 24.0.2-rd, build e63f5fa
entityName.json
.jhipster
The text was updated successfully, but these errors were encountered:
add missing import to UserManagementDetailComponent
7941482
so that back link works Fix jhipster#24641
ef3a7df
add missing import to UserManagementDetailComponent (#24642)
8e69a04
so that back link works Fix #24641
Successfully merging a pull request may close this issue.
Overview of the issue
The back button in the default user management user details view does not work. If you click on it, nothing happens.
Motivation for or Use Case
Buttons should do something
Reproduce the error
Related issues
Suggest a Fix
I'll prepare a PR.
JHipster Version(s)
8.1.0
JHipster configuration
.yo-rc.json file
Environment and Tools
openjdk version "17.0.7" 2023-04-18 LTS
OpenJDK Runtime Environment (Red_Hat-17.0.7.0+7-1) (build 17.0.7+7-LTS)
OpenJDK 64-Bit Server VM (Red_Hat-17.0.7.0+7-1) (build 17.0.7+7-LTS, mixed mode, sharing)
git version 2.43.0.windows.1
node: v18.19.0
npm: 10.2.3
Docker version 24.0.2-rd, build e63f5fa
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: