Werk #1491: Fixed bug in dynamic lists where removing an item was not always possible
Component | WATO |
Title | Fixed bug in dynamic lists where removing an item was not always possible |
Date | Nov 6, 2014 |
Checkmk Editon | Checkmk Raw (CRE) |
Checkmk Version | 1.2.6b1 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
We use the so called valuespec ListOf() in several places where a dynamic amount of elements can be added to a list of things, for example the number of exceptions of a timeperiod in the timeperiod edit dialog.
Now, when you created a new timeperiod, added one exception and imediately removed it, you had no chance to save this timeperiod without adding another exception to the list. This has been fixed now.
To the list of all Werks