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
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
Also please make sure you running on the latest assets to ensure the frontend send the correct format. If you override any of the frontend (not sure what's "Multiselect for Action" does) then your frontend code need to be updated
Description:
With Introduction of Change
Fix ActionRequest inconsistently receiving comma separated string instead of array.
in Laravel Nova 4.35.0
Instead of
Will cause to wrap the resources string into an array which will look like
Thus the Request results in not finding any results and returning "Sorry you are not authorized to perform that action"
It might be only happen for Uuids, i had not the time to dig if this issue occurs also for integer IDs
The text was updated successfully, but these errors were encountered: