FEATURE: Site setting/UI to allow users to set their primary group (#8244)

* FEATURE: Site setting/ui to allow users to set their primary group

* prettier and remove logic from account template

* added 1 to 43 to make web_hook_user_serializer_spec pass
This commit is contained in:
Mark VanLandingham
2019-10-28 12:46:27 -05:00
committed by GitHub
parent 0e1c5c6bba
commit 4eb54f08b2
14 changed files with 115 additions and 6 deletions

View File

@ -72,6 +72,7 @@ class UserSerializer < BasicUserSerializer
:profile_view_count,
:time_read,
:recent_time_read,
:primary_group_id,
:primary_group_name,
:primary_group_flair_url,
:primary_group_flair_bg_color,