Werk #1491: Fixed bug in dynamic lists where removing an item was not always possible
| Component | Setup | ||
| Title | Fixed bug in dynamic lists where removing an item was not always possible | ||
| Date | Nov 6, 2014 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
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.