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">
|
<tr class="input">
|
||||||
<td class="label"><label for='tags'>{{i18n "chat_integration.edit_rule_modal.tags"}}</label></td>
|
<td class="label"><label for='tags'>{{i18n "chat_integration.edit_rule_modal.tags"}}</label></td>
|
||||||
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="instructions">
|
<tr class="instructions">
|
||||||
|
|
Loading…
Reference in New Issue