Closed mlopezsti closed 3 years ago
When I create a custom action and extended from DownloadExcel, Your module can't add a log line on the action log, as specifies "Laravel nova" on her documentation Link documentation: https://nova.laravel.com/docs/3.0/actions/defining-actions.html#action-log.
I try to force to add this line with dispatch new action, but it not working.
Expected behavior:
When lauch Laravel excel, get action log or make possibility to access this funcionality.
Actual behavior:
No action log
Not supported
But, I was try launch Action excel with dispatch and not working. For same?
Laravel Excel completely takes over the Nova action, it's not possible to hook into that action log.
Thanks
Prerequisites
Versions
Description
When I create a custom action and extended from DownloadExcel, Your module can't add a log line on the action log, as specifies "Laravel nova" on her documentation Link documentation: https://nova.laravel.com/docs/3.0/actions/defining-actions.html#action-log.
I try to force to add this line with dispatch new action, but it not working.
Expected behavior:
When lauch Laravel excel, get action log or make possibility to access this funcionality.
Actual behavior:
No action log