mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
@@ -18,6 +18,7 @@
|
||||
class="watched-word-input-field"
|
||||
tags=selectedTags
|
||||
onChange=(action "changeSelectedTags")
|
||||
everyTag=true
|
||||
options=(hash
|
||||
allowAny=true
|
||||
disabled=formSubmitted
|
||||
|
||||
Reference in New Issue
Block a user