gobrightspot / nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.
MIT License
168 stars 50 forks source link

canSee() not working with DetachedActions #56

Open jab11 opened 3 years ago

jab11 commented 3 years ago

I'm trying to add action buttons to a resource detail screen.

This module seems to load /resources/actions separately without a resourceId so the canSee() function is called without a resource, thus not being able to filter which actions should be available.

Is this for standalone actions only ?