SpartnerNL / Laravel-Nova-Excel

🚀 Supercharged Excel exports for Laravel Nova Resources
https://docs.laravel-excel.com/nova/1.0/
MIT License
378 stars 73 forks source link

[QUESTION] i can't get action log when execute laravel nova excel #128

Closed mlopezsti closed 3 years ago

mlopezsti commented 3 years ago

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

patrickbrouwers commented 3 years ago

Not supported

mlopezsti commented 3 years ago

But, I was try launch Action excel with dispatch and not working. For same?

patrickbrouwers commented 3 years ago

Laravel Excel completely takes over the Nova action, it's not possible to hook into that action log.

mlopezsti commented 3 years ago

Thanks