-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can't sort by ManyToOne / OneToMany property #130
Comments
Do you have a server log? And maybe the jdl/entity configuration to reproduce? |
With jdl as
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When a class has ManyToOne or ManyToOne property and is generated with a DTO it can't be sorted by the mapped property
Causes red bar in UI:
Field name in DTO is roomId, but in the entity it's room.
The text was updated successfully, but these errors were encountered: