mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: serialize and update category custom_fields
- send to client - update from client
This commit is contained in:
@@ -10,7 +10,8 @@ class CategorySerializer < BasicCategorySerializer
|
||||
:email_in_allow_strangers,
|
||||
:can_delete,
|
||||
:cannot_delete_reason,
|
||||
:allow_badges
|
||||
:allow_badges,
|
||||
:custom_fields
|
||||
|
||||
def group_permissions
|
||||
@group_permissions ||= begin
|
||||
|
||||
Reference in New Issue
Block a user