FIX: Allow selecting any tag for rule, ignoring tag group restrictions

This commit is contained in:
David Taylor 2020-06-19 09:32:51 +01:00
parent 424c477043
commit e3448d3a33
No known key found for this signature in database
GPG Key ID: 46904C18B1D3F434
1 changed files with 1 additions and 1 deletions

View File

@ -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">