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

Update resource table after action executed #26

Closed rulyaryu closed 4 years ago

rulyaryu commented 4 years ago

Hi! I use this package for a quick resource creating but after the action was executed resource table doesn't update its state. I think it's because there is no event emitted (in nova original action it named as "actionExecuted"). Maybe you can add some additional configurable property to manage this kinda situation?

eoghanobrien commented 4 years ago

I've figured this out and will release a new version with this feature soon.

eoghanobrien commented 4 years ago

Fixed in PR #29

rulyaryu commented 4 years ago

Thanks!)