mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
UI still a tad rough, but we have a first pass of secure categories
This commit is contained in:
@ -48,7 +48,7 @@ class CategoriesController < ApplicationController
|
||||
end
|
||||
|
||||
def category_param_keys
|
||||
[required_param_keys, :hotness].flatten!
|
||||
[required_param_keys, :hotness, :secure, :group_names].flatten!
|
||||
end
|
||||
|
||||
def category_params
|
||||
|
Reference in New Issue
Block a user