mirror of
https://github.com/discourse/discourse.git
synced 2025-09-05 08:59:27 +08: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:
parent
a2096a01fb
commit
923cf73c6e
17 changed files with 77 additions and 71 deletions
|
@ -5,7 +5,6 @@ require_dependency 'topic_creator'
|
|||
require_dependency 'post_jobs_enqueuer'
|
||||
require_dependency 'distributed_mutex'
|
||||
require_dependency 'has_errors'
|
||||
require_dependency 'discourse_featured_link'
|
||||
|
||||
class PostCreator
|
||||
include HasErrors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue