FEATURE: Show change name of user in staff logs (#6647)

https://meta.discourse.org/t/admins-changing-users-name-not-username-should-be-logged/99511
This commit is contained in:
Saurabh Patel
2018-11-22 07:43:02 +05:30
committed by Guo Xiang Tan
parent d298f00046
commit d984323e23
2 changed files with 3 additions and 1 deletions

View File

@@ -144,7 +144,8 @@ class UserHistory < ActiveRecord::Base
:delete_badge,
:post_rejected,
:merge_user,
:entity_export
:entity_export,
:change_name
]
end