Closed dzandrey closed 3 months ago
Main problem described here - https://github.com/laravel/nova-issues/issues/6421
Here is the method you're referring to.
But it uses toQueryWithoutScopes() from which it takes $resource::detailQuery instead of $resource::indexQuery. In this case, $resource::indexQuery should be triggered because I am calling the action on the list and not on the detail page.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Main problem described here - https://github.com/laravel/nova-issues/issues/6421
Here is the method you're referring to.
But it uses toQueryWithoutScopes() from which it takes $resource::detailQuery instead of $resource::indexQuery. In this case, $resource::indexQuery should be triggered because I am calling the action on the list and not on the detail page.