Module: check_mk
Branch: master
Commit: b885a7d1e8ae6ab56798ec27b44f9af903531394
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b885a7d1e8ae6a…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Thu Mar 30 13:43:24 2017 +0200
4431 FIX Fixed enabling/disabling of notifications/active checks/passive checks
Changing various flags in an ad-hoc (i.e. non-rule-based) manner did not
work correctly: Changing a flag to a value different from the configurated
one worked, but trying to change it back to its configurated value had no
effect. This affected the various Enable/Disable buttons on the
host/service details pages plus the corresponding Livestatus commands
(ENABLE_HOST_CHECK etc.).
Note that 1.2.8 versions and earlier are were not affected by this bug.
Change-Id: I0c92ecc4db32cc2c5b7a071cb28cccda786f3806
---
.werks/4431 | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/.werks/4431 b/.werks/4431
new file mode 100644
index 0000000..8524d2c
--- /dev/null
+++ b/.werks/4431
@@ -0,0 +1,17 @@
+Title: Fixed enabling/disabling of notifications/active checks/passive checks
+Level: 1
+Component: core
+Compatible: compat
+Edition: cee
+Version: 1.5.0i1
+Date: 1490873695
+Class: fix
+
+Changing various flags in an ad-hoc (i.e. non-rule-based) manner did not
+work correctly: Changing a flag to a value different from the configurated
+one worked, but trying to change it back to its configurated value had no
+effect. This affected the various Enable/Disable buttons on the
+host/service details pages plus the corresponding Livestatus commands
+(ENABLE_HOST_CHECK etc.).
+
+Note that 1.2.8 versions and earlier are were not affected by this bug.