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