Replies: 2 comments 2 replies
-
|
It would be useful to share the relevant code and relevant errors. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
User resource fields: Lens fields: Workinfo fields are displayed properly but trying to sort them generates a undefined table error, which mentions there is no [user table name].workinfo.job_title. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
I have a User resource with a HasOne relation. The lens (attached to User) displays fields for both resources, but relation fields generate a server error when sorted, because Nova is looking for them inside the User resource.
Is this actually possible to achieve? Or the underlying resource will always be the one that the lens is registered to, which means that it is not possible to sort by other resource fields?
Beta Was this translation helpful? Give feedback.
All reactions