mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Option to preload category custom fields for site serializer
This commit is contained in:
@@ -97,4 +97,8 @@ class CategorySerializer < BasicCategorySerializer
|
||||
def allowed_tag_groups
|
||||
object.tag_groups.pluck(:name)
|
||||
end
|
||||
|
||||
def custom_fields
|
||||
object.custom_fields
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user