mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Can add topic templates to categories, prepopulated on compose
This commit is contained in:
@@ -16,7 +16,8 @@ class BasicCategorySerializer < ApplicationSerializer
|
||||
:notification_level,
|
||||
:logo_url,
|
||||
:background_url,
|
||||
:can_edit
|
||||
:can_edit,
|
||||
:topic_template
|
||||
|
||||
def include_parent_category_id?
|
||||
parent_category_id
|
||||
|
||||
Reference in New Issue
Block a user