mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Topic Featured Links: move data from custom fields to topics and categories tables. Invert behaviour of topic_featured_link_allowed checkbox. Fix a bug with invalid topic records due to changing that category checkbox.
This commit is contained in:
@@ -15,7 +15,8 @@ class CategorySerializer < BasicCategorySerializer
|
||||
:allow_badges,
|
||||
:custom_fields,
|
||||
:allowed_tags,
|
||||
:allowed_tag_groups
|
||||
:allowed_tag_groups,
|
||||
:topic_featured_link_allowed
|
||||
|
||||
def group_permissions
|
||||
@group_permissions ||= begin
|
||||
|
||||
Reference in New Issue
Block a user