-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Audit log report #13373
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
Audit log report #13373
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 5.x #13373 +/- ##
=========================================
Coverage 59.77% 59.77%
- Complexity 33586 33606 +20
=========================================
Files 2216 2217 +1
Lines 100432 100490 +58
=========================================
+ Hits 60029 60064 +35
- Misses 40403 40426 +23
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks @dadarya0
app/bundles/ReportBundle/Resources/views/Report/_details_report_content.html.twig
Outdated
Show resolved
Hide resolved
…t_content.html.twig
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, works as expected 👍
@aarohiprasad @kuzmany could you please review again cc00277 as sorting, searching, pagination everything was broken in 5.x and I have fixed same in this PR too. |
@dadarya0 no docs PR was made for this PR. If you have chance can you please add one to add the necessary: https://docs.mautic.org/en/5.x/reports/reports.html#data-sources cc @mautic/education-team as this is required for the 5.1 release. |
Description:
This PR introduces a new report data source, Audit Log.
This will enable users to see and analyse audit log in a report format.
The audit log details are shown in prettified JSON format where 0 represents old and 1 represents new values.
This report allows only for admin user
Steps to test this PR: