jhipster / generator-jhipster

JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
https://www.jhipster.tech
Apache License 2.0
21.5k stars 4.02k forks source link

adminAuthority translation is deleted from global.json after importing jdl #25608

Closed cevheri closed 5 months ago

cevheri commented 6 months ago
Overview of the issue

I tried to import standard JDL. adminAuthority translation is deleted from global.json after importing jdl image


image

Motivation for or Use Case
Reproduce the error
  1. create jhipster:8.2.1 project
  2. import default jhipster jdl
Related issues
Suggest a Fix
JHipster Version(s)
JHipster configuration
Entity configuration(s) entityName.json files generated in the .jhipster directory
Browsers and Operating System
mshima commented 6 months ago

Not reproducible:

$ jhipster --defaults --skip-install
$ jhipster jdl bug-tracker --skip-install --force
$ cat src/main/webapp/i18n/en/global.json | grep adminAuthority
        "adminAuthority": "Authority",