-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Action log not working #45
Comments
Hey @dimiandre . What do you expect to end up in the action log. That the resource has been exported or that someone started an export? |
@patrickbrouwers thanks for the reply :) what do you think? |
So you mean for each resource (example each user) that is in the export, have a log entry ? |
yes! but as i said, it's a native feature of nova the "action log". |
It's because the export action is not like any other nova action, it doesn't inherit all the functionality because we delegate the querying (for performance reasons) to the laravel excel package. |
ok! thanks a lot :) |
Prerequisites
Activate the action log following nova documentation https://nova.laravel.com/docs/1.0/actions/defining-actions.html#action-log
(adding use Actionable to the model that refers to resource that has ExportToExcel or DownloadExcel action)
Versions
Description
If you activate the Action log, when you export something you should see the log inside the single view of the resource. This does not happen. I tried other actions and those are being logged correctly.
Steps to Reproduce
Expected behavior:
Create a new log of the performed action
Actual behavior:
Nothing is created
The text was updated successfully, but these errors were encountered: