Fix inaccurate admin log entry for re-sending confirmation e-mails (#19674)
Fixes #19593
This commit is contained in:
parent
74d40c7d8f
commit
125322718b
3 changed files with 4 additions and 1 deletions
|
@ -47,6 +47,7 @@ class Admin::ActionLogFilter
|
|||
promote_user: { target_type: 'User', action: 'promote' }.freeze,
|
||||
remove_avatar_user: { target_type: 'User', action: 'remove_avatar' }.freeze,
|
||||
reopen_report: { target_type: 'Report', action: 'reopen' }.freeze,
|
||||
resend_user: { target_type: 'User', action: 'resend' }.freeze,
|
||||
reset_password_user: { target_type: 'User', action: 'reset_password' }.freeze,
|
||||
resolve_report: { target_type: 'Report', action: 'resolve' }.freeze,
|
||||
sensitive_account: { target_type: 'Account', action: 'sensitive' }.freeze,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue