mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Allow admins to schedule a topic to be published in the future.
This commit is contained in:
@@ -3,7 +3,8 @@ class TopicStatusUpdateSerializer < ApplicationSerializer
|
||||
:execute_at,
|
||||
:duration,
|
||||
:based_on_last_post,
|
||||
:status_type
|
||||
:status_type,
|
||||
:category_id
|
||||
|
||||
def status_type
|
||||
TopicStatusUpdate.types[object.status_type]
|
||||
|
||||
Reference in New Issue
Block a user