nova-import
nova-import copied to clipboard
Add action log in action_events
It seems that since the action doesn't applies on models. It didn't has record in action_event when the action is triggered.
I tried to add Laravel\Nova\Nova::actionEvent()->forResourceUpdate($user, $model)->save(); it's not working.