mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 17:33:37 +08:00
FIX: Allow every tag for watched words (#14684)
If a watched word was restricted to a category, new rules for that watched word could not be created.
This commit is contained in:
parent
2461ed303c
commit
261edcebcb
|
@ -18,6 +18,7 @@
|
|||
class="watched-word-input-field"
|
||||
tags=selectedTags
|
||||
onChange=(action "changeSelectedTags")
|
||||
everyTag=true
|
||||
options=(hash
|
||||
allowAny=true
|
||||
disabled=formSubmitted
|
||||
|
|
Loading…
Reference in New Issue
Block a user