From ceadfe6beb1a6fb2e9eed2eef1ea5c18cd4c068c Mon Sep 17 00:00:00 2001 From: Lars Michelsen Date: Thu, 13 Jun 2019 20:47:19 +0200 Subject: [PATCH] 7812 Rulesets: Multiple tags of a tag group can be ORed It's now possible to configure a list of alternative matching tag IDs of a single tag group in one rule. The selected tag IDs are ORed. This reduces some situations where users had to configure multiple rules when a rule should affect multiple choices of a tag group. The inverse operation "match all excluding the configured tag IDs" is also possible. In this step the tag condition input has been changed to be more compact by default. This should improve the condition dialog usability, especially for users with a larger number of tag groups. Change-Id: I00589b58a2c14097ebbb992dd4b6025379fbbaff --- .werks/7812 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .werks/7812 diff --git a/.werks/7812 b/.werks/7812 new file mode 100644 index 00000000000..20791713ac9 --- /dev/null +++ b/.werks/7812 @@ -0,0 +1,19 @@ +Title: Rulesets: Multiple tags of a tag group can be ORed +Level: 2 +Component: wato +Compatible: compat +Edition: cre +Version: 1.6.0b2 +Date: 1560451480 +Class: feature + +It's now possible to configure a list of alternative matching tag IDs of a +single tag group in one rule. The selected tag IDs are ORed. This reduces some +situations where users had to configure multiple rules when a rule should +affect multiple choices of a tag group. + +The inverse operation "match all excluding the configured tag IDs" is also possible. + +In this step the tag condition input has been changed to be more +compact by default. This should improve the condition dialog usability, +especially for users with a larger number of tag groups.