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

Admin UI issue: Missing View, Edit, and Delete language Entries #24258

Closed
1 task
vw98075 opened this issue Nov 16, 2023 · 4 comments
Closed
1 task

Admin UI issue: Missing View, Edit, and Delete language Entries #24258

vw98075 opened this issue Nov 16, 2023 · 4 comments
Milestone

Comments

@vw98075
Copy link
Contributor

vw98075 commented Nov 16, 2023

Overview of the issue

The entity view, edit, and delete language entries can't be found in the language property files.

Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)

8.0.0

JHipster configuration
{
  "generator-jhipster": {
    "applicationType": "monolith",
    "authenticationType": "jwt",
    "baseName": "myapp",
    "buildTool": "gradle",
    "cacheProvider": "caffeine",
    "clientFramework": "vue",
    "clientTestFrameworks": [],
    "clientTheme": "spacelab",
    "clientThemeVariant": "light",
    "creationTimestamp": 1700096345577,
    "databaseType": "sql",
    "devDatabaseType": "h2Memory",
    "devServerPort": 9060,
    "enableGradleEnterprise": null,
    "enableHibernateCache": true,
    "enableSwaggerCodegen": true,
    "enableTranslation": false,
    "entities": [],
    "gradleEnterpriseHost": null,
    "jhipsterVersion": "8.0.0",
    "jwtSecretKey": "ODIzMjI0Y2EzYjAxODM4MTRjNmQ0NGE4ZTBmNTc3YzA1Njg5OTUzNDE5MmM1MjgyZjY3ZTMxODZhNjdkZWQxZmRlOTMxNGFhMDY3Y2Q3NmU3YmRjODBkN2IzMjdiOWQ1NjUyNzE1MjU2YWNhMzllOTdmZmQzM2QyNjYxNDcxYWY=",
    "messageBroker": false,
    "microfrontend": null,
    "microfrontends": [],
    "nativeLanguage": "en",
    "packageName": "com.abc.myapp",
    "prodDatabaseType": "postgresql",
    "reactive": false,
    "searchEngine": false,
    "serverPort": null,
    "serverSideOptions": ["websocket:spring-websocket", "enableSwaggerCodegen:true"],
    "serviceDiscoveryType": false,
    "testFrameworks": [],
    "websocket": "spring-websocket",
    "withAdminUi": true
  }
}
Entity configuration(s) entityName.json files generated in the .jhipster directory
Browsers and Operating System
  • Checking this box is mandatory (this is just to show you read everything)
@vw98075
Copy link
Contributor Author

vw98075 commented Nov 16, 2023

Screenshot_select-area_20231115204551

@vw98075 vw98075 changed the title Admin UI Admin UI issue: Missing View, Edit, and Delete language Entries Nov 16, 2023
Copy link
Contributor

github-actions bot commented Nov 16, 2023

JHipster has completed the sample check
.yo-rc.json:
Entities JDL:
Application: successfully generated
Frontend check: skipped
Backend check: skipped
E2E check: skipped

This check uses jhipster info output from the issue description to generate the sample.
Bug report that does not contain this information will be marked as invalid.

@qmonmert
Copy link
Contributor

qmonmert commented Dec 20, 2023

@vw98075 if you add "enableTranslation": true, (and not "enableTranslation": false,) in your .yo-rc.json file, you will have translations

cc @mshima @DanielFran

@mshima
Copy link
Member

mshima commented Dec 21, 2023

We did a lot of translation fixes between v8.0.0 and v8.1.0.
This issue is not reproducible.

% jhipster --client-framework vue --defaults --skip-install --no-enable-translation
% cat src/main/webapp/app/admin/user-management/user-management.vue | grep span
      <span id="user-management-page-heading" data-cy="userManagementPageHeading">Users</span>
          <font-awesome-icon icon="sync" :spin="isLoading"></font-awesome-icon> <span>Refresh list</span>
            <font-awesome-icon icon="plus"></font-awesome-icon> <span>Create a new user</span>
              <span>ID</span> <jhi-sort-indicator :current-order="propOrder" :reverse="reverse" :field-name="'id'"></jhi-sort-indicator>
              <span>Login</span>
              <span>Email</span>
            <th scope="col"><span>Profiles</span></th>
              <span>Created date</span>
              <span>Modified by</span>
              <span>Modified date</span>
                <span class="badge badge-info">{{ authority }}</span>
                    <span class="d-none d-md-inline">View</span>
                    <span class="d-none d-md-inline">Edit</span>
                  <span class="d-none d-md-inline">Delete</span>
% cat src/main/webapp/app/admin/user-management/user-management.vue | grep missing

@mshima mshima closed this as completed Dec 21, 2023
@deepu105 deepu105 added this to the 8.2.0 milestone Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants