mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 10:50:26 -06:00
FIX: could not remove tags from a category
This commit is contained in:
parent
a6aab00663
commit
2c78bea5a0
@ -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 New Issue
Block a user