Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: eb3603caac95c79e93f91560a89ea88b3de9f52c
https://github.com/Checkmk/checkmk/commit/eb3603caac95c79e93f91560a89ea88b3…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/wato/pages/notifications/migrate.py
Log Message:
-----------
notifications: handle missing filter keys
The filters that were being accessed were not required fields. So the
quick setup would fail on save with a `KeyError` if any filter fields
were missing. This change verifies that the respective filters are
available before setting them.
Change-Id: I2e94d6e38faa501f75857b4b01865aff0d236974
Commit: db13dd5033d2e92a25eefb080afa4727f6181bae
https://github.com/Checkmk/checkmk/commit/db13dd5033d2e92a25eefb080afa4727f…
Author: Logan Connolly <logan.connolly(a)checkmk.com>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M cmk/gui/wato/pages/notifications/quick_setup.py
Log Message:
-----------
notifications: rename next button in step 6
CMK-19997
Change-Id: I451663030fd416a28984f3508da13405721be144
Compare:
https://github.com/Checkmk/checkmk/compare/a13b738f936e...db13dd5033d2
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications