We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e1efdd + 1001ab6 commit e86e32dCopy full SHA for e86e32d
lib/custom_wizard/extensions/discourse_tagging.rb
@@ -13,6 +13,7 @@ def filter_allowed_tags(guardian, opts = {})
13
14
opts[:only_tag_names] ||= []
15
opts[:only_tag_names].push(*filtered_tags)
16
+ opts.delete(:for_input)
17
end
18
19
super
0 commit comments