relatableQuery working but relatableUsers etc does nothing #4381
Answered
by
crynobone
RealityGamin
asked this question in
Q&A
-
Description:It seems like relatableUsers is not working, but relatableQuery works fine. When using the example below, nothing happens and the resource loads fine, no network or console errors Detailed steps to reproduce the issue on a fresh Nova installation:Course - Resource
VCourse - Model
When using relatableQuery - on User Resource dd($request()->all()) im getting:
When loading the edit course page, but I feel like it should be showing the relationship related right? or am I missing something here? |
Beta Was this translation helpful? Give feedback.
Answered by
crynobone
Jun 7, 2022
Replies: 1 comment 1 reply
-
The dynamic filtering method uses the plural of the base model name, which in this case makes it |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RealityGamin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dynamic filtering method uses the plural of the base model name, which in this case makes it
relatableVUsers