Replies: 1 comment 2 replies
-
Other than accessing from related viaResource, you are still able to change the selected resource hence it is required to load all other options. You should use |
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:
BelongsTo relationship returning 30k+ results when editing a resource with relationship already set. Also, when creating a resource, it returns tons of results.
Query params:
I know I can limit the results with
$relatableSearchResults
, but then the field is just empty. I have upgraded from Laravel 3, not sure if that's related.Detailed steps to reproduce the issue on a fresh Nova installation:
Create a BelongsTo relationship with 30k+ rows.
Beta Was this translation helpful? Give feedback.
All reactions