-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
[React] Error during entity deletion process #24115
Comments
If this is a blocker, we can easily revert at the blueprint for now. |
It's not a blocker but in the blueprint we don't change this code, so i think you have the same problem in the main generator |
JHipster has completed the sample check |
Do you have an idea for fixing ? |
This bug is interesting. |
The correct fix would be to generate a |
Overview of the issue
Since the update from JHipster v8.0.0-rc.1 to JHipster 8.0.0 on the dotnet blueprint, I've encountered an error in the e2e tests.
My entity is failing during the deletion process, and I believe it's due to this modification. I have retried with the old code, and it works well
Reproduce the error
I'm not sure why only this entity is experiencing the problem
Suggest a Fix
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions
Browsers and Operating System
The text was updated successfully, but these errors were encountered: