-
-
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
Vue: Blank Parent column in Child entity list for both one-to-one and many-to-one relationships #25846
Comments
@DanielFran I confirm bug |
I'm not sure this is related, but I'm seeing a similar issue in my jhipster8-demo project. If I clone the project, run If you look at the screenshot in the tutorial for this project, the user was rendered in 8.1.0. |
@mraible working also when you view and edit? |
@qmonmert Yes. |
@mraible ok it works on Angular but not with Vue |
@qmonmert I changed the project to use Vue and it seems to work as expected. React works too. Maybe this issue is about something other than the relationships I have in my project? Here's the JDL that jhipster8-demo uses:
|
Overview of the issue
For an one-to-one relationship:
and a many-to-one relationship:
The parent column of a Child entity list is blank although the field isn't blank on both view and edit pages.
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
8.3
JHipster configuration
Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryBrowsers and Operating System
The text was updated successfully, but these errors were encountered: