mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-31 09:09:53 -04:00
FIX: Deactivate check was removed from JSON by accident
This commit is contained in:
parent
9497258912
commit
4318d6a2bd
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ class AdminUserSerializer < AdminUserListSerializer
|
|||
attributes :associated_accounts,
|
||||
:can_send_activation_email,
|
||||
:can_activate,
|
||||
:can_deactivate,
|
||||
:ip_address,
|
||||
:registration_ip_address,
|
||||
:can_send_activation_email
|
||||
|
|
Loading…
Add table
Reference in a new issue