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.
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 ?