mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: unable to remove required tag group from a category
This commit is contained in:
@@ -281,6 +281,7 @@ class CategoriesController < ApplicationController
|
||||
if SiteSetting.tagging_enabled
|
||||
params[:allowed_tags] ||= []
|
||||
params[:allowed_tag_groups] ||= []
|
||||
params[:required_tag_group_name] ||= ''
|
||||
end
|
||||
|
||||
result = params.permit(
|
||||
|
||||
Reference in New Issue
Block a user