mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-02-15 07:54:53 +00:00
FIX: Allow selecting any tag for rule, ignoring tag group restrictions
This commit is contained in:
parent
424c477043
commit
e3448d3a33
@ -80,7 +80,7 @@
|
||||
<tr class="input">
|
||||
<td class="label"><label for='tags'>{{i18n "chat_integration.edit_rule_modal.tags"}}</label></td>
|
||||
<td>
|
||||
{{tag-chooser placeholderKey="chat_integration.all_tags" name="tags" tags=model.rule.tags}}
|
||||
{{tag-chooser placeholderKey="chat_integration.all_tags" name="tags" tags=model.rule.tags everyTag=true }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="instructions">
|
||||
|
Loading…
x
Reference in New Issue
Block a user