Closed (won't fix)
Project:
Admin Audit Trail
Version:
1.0.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2022 at 14:18 UTC
Updated:
13 Nov 2025 at 17:13 UTC
Jump to comment: Most recent
Comments
Comment #2
rajab natshahComment #3
docans commentedAny updates on this Issue
Comment #7
decipheredI've added a basic CSV export as required for an integration.
It adds a route: /admin/reports/audit-trail/export.
It adds a link to "Export CSV" on the overview page.
It adds the applied filters to the Export CSV link.
Comment #10
decipheredI refactored the PR to add support for Batching of the export due to the large amount of data that can be contained on a site.
It still needs work to improve the UX, as the file is downloaded at the end of the batch process, and not redirected back to the overview form.
Comment #11
rajab natshahComment #12
rajab natshahThank you, William, for filing the issue, and Stuart, for the MR.
After a discussion with the maintainers, we decided to convert it to Views as in #3272242: Expose audit trail report as a View.
With that, any Views export method will now be available.
Comment #13
rajab natshah