Skip to content

Commit e86e32d

Browse files
authored
Merge pull request #302 from communiteq/main
Do not pass :for_input to super if it was used for tag groups
2 parents 6e1efdd + 1001ab6 commit e86e32d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/custom_wizard/extensions/discourse_tagging.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def filter_allowed_tags(guardian, opts = {})
1313

1414
opts[:only_tag_names] ||= []
1515
opts[:only_tag_names].push(*filtered_tags)
16+
opts.delete(:for_input)
1617
end
1718

1819
super

0 commit comments

Comments
 (0)