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
Blocking to set a relation shouldn't disable the filter, when you may see the related resource you should be able to filter on it. the next line filters out all results in the example above: Laravel\Nova\Http\Controllers\AssociatableController:42
Detailed steps to reproduce the issue on a fresh Nova installation:
See above
The text was updated successfully, but these errors were encountered:
Description:
When you have a filterable and searchable relation but want to block setting this relation, the search remains empty. for example:
When you have the above code, you will get the next filter
But when you block setting this relation in a policy your search results stay empty, the filter above will not work.
Blocking to set a relation shouldn't disable the filter, when you may see the related resource you should be able to filter on it. the next line filters out all results in the example above:
Laravel\Nova\Http\Controllers\AssociatableController:42
Detailed steps to reproduce the issue on a fresh Nova installation:
See above
The text was updated successfully, but these errors were encountered: