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"
|
class="watched-word-input-field"
|
||||||
tags=selectedTags
|
tags=selectedTags
|
||||||
onChange=(action "changeSelectedTags")
|
onChange=(action "changeSelectedTags")
|
||||||
|
everyTag=true
|
||||||
options=(hash
|
options=(hash
|
||||||
allowAny=true
|
allowAny=true
|
||||||
disabled=formSubmitted
|
disabled=formSubmitted
|
||||||
|
|
Loading…
Reference in New Issue