You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As shown in the following video, when you have a BelongsTo field and you have another that depends on it, the second BelongsTo will show all the resources regardless of whether it is hidden.
In the video you can notice that the country field has all the available countries by default. This is a problem since if you have a large list (in this case of countries) Nova will show all the resources.
bug-report.mp4
The text was updated successfully, but these errors were encountered:
The City field should only show cities when a country is selected. But, right now it shows all cities. You can confirm this in the debug-bar too.
ecreeth
changed the title
BelongsTo with dependsOn doesn't respect relatableQueryUsing
BelongsTo with dependsOn shows every resource even though is hidden
May 29, 2024
Description:
As shown in the following video, when you have a
BelongsTo
field and you have another that depends on it, the secondBelongsTo
will show all the resources regardless of whether it is hidden.In the video you can notice that the country field has all the available countries by default. This is a problem since if you have a large list (in this case of countries) Nova will show all the resources.
bug-report.mp4
The text was updated successfully, but these errors were encountered: