mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 20:46:18 +08:00
FIX: Remove username_lower
from admin serializer
The property is already computed on the front end and this ends up overwriting it.
This commit is contained in:
parent
fa74f28a51
commit
549c552402
|
@ -13,7 +13,6 @@ class AdminUserListSerializer < BasicUserSerializer
|
|||
:last_seen_age,
|
||||
:last_emailed_age,
|
||||
:created_at_age,
|
||||
:username_lower,
|
||||
:trust_level,
|
||||
:manual_locked_trust_level,
|
||||
:flag_level,
|
||||
|
|
Loading…
Reference in New Issue
Block a user