mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 04:01:29 -05:00
FIX: could not remove tags from a category
This commit is contained in:
parent
a6aab00663
commit
2c78bea5a0
1 changed files with 2 additions and 0 deletions
|
@ -180,6 +180,8 @@ class CategoriesController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
params[:allowed_tags] ||= [] if SiteSetting.tagging_enabled
|
||||
|
||||
params.permit(*required_param_keys,
|
||||
:position,
|
||||
:email_in,
|
||||
|
|
Loading…
Reference in a new issue