feat: Audit Logs for Account User Changes (#7405)
- Audit log for user invitations: https://linear.app/chatwoot/issue/CW-1768/invited-a-user-to-the-account - Audit log for change role: https://linear.app/chatwoot/issue/CW-1767/name-or-email-changed-the-role-of-the-user-email-to-agent-or-admin - Audit log for status change: https://linear.app/chatwoot/issue/CW-1766/availability-status-as-events-for-audit-logs Co-authored-by: Shivam Mishra <scm.mymail@gmail.com>
This commit is contained in:
@@ -7,6 +7,7 @@ json.audit_logs do
|
||||
json.id audit_log.id
|
||||
json.auditable_id audit_log.auditable_id
|
||||
json.auditable_type audit_log.auditable_type
|
||||
json.auditable audit_log.auditable.try(:push_event_data)
|
||||
json.associated_id audit_log.associated_id
|
||||
json.associated_type audit_log.associated_type
|
||||
json.user_id audit_log.user_id
|
||||
|
||||
Reference in New Issue
Block a user