mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 17:26:29 +08:00
FEATURE: new category setting for whether to show latest topics or top topics by default
This commit is contained in:
@ -244,6 +244,7 @@ class CategoriesController < ApplicationController
|
||||
:topic_featured_link_allowed,
|
||||
:show_subcategory_list,
|
||||
:num_featured_topics,
|
||||
:default_view,
|
||||
:custom_fields => [params[:custom_fields].try(:keys)],
|
||||
:permissions => [*p.try(:keys)],
|
||||
:allowed_tags => [],
|
||||
|
Reference in New Issue
Block a user