laravel / nova-issues

556 stars 34 forks source link

`ActionRequest` inconsistently received comma separated string instead of `array` #6422

Closed dzandrey closed 3 months ago

dzandrey commented 5 months ago

Main problem described here - https://github.com/laravel/nova-issues/issues/6421

Here is the method you're referring to.

339031163-5bf82192-a8e8-4825-ac0e-083cb63aa799 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.

github-actions[bot] commented 3 months ago

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.