mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 03:07:17 -05: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