Skip to content

Commit

Permalink
7812 Rulesets: Multiple tags of a tag group can be ORed
Browse files Browse the repository at this point in the history
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
  • Loading branch information
LarsMichelsen committed Jun 14, 2019
1 parent 9cb470f commit ceadfe6
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .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.

0 comments on commit ceadfe6

Please sign in to comment.