FIX: Allow selecting any tag for rule, ignoring tag group restrictions
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user