Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: f8f7854ad8eda5544196f5f130e02f7b0836df4f
https://github.com/Checkmk/checkmk/commit/f8f7854ad8eda5544196f5f130e02f7b0…
Author: Gav <gavin.mcguigan(a)checkmk.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
A .werks/16387.md
M cmk/gui/openapi/endpoints/notification_rules/response_schemas.py
M cmk/gui/rest_api_types/notifications_rule_types.py
M cmk/gui/rest_api_types/notifications_types.py
M tests/unit/cmk/gui/openapi/test_notification_rules.py
Log Message:
-----------
rule_notification: custom plugins now created correctly when using the REST-API
Previously, when a custom list plugin was configured via the rest-api, it was saving
the rule with the following format
"notify_plugin": ("foobar": {"params": [1, 2, 3, 4, 5]})
It should have been, and is now like this
"notify_plugin": ("foobar": [1, 2, 3, 4, 5])
SUP-17013
Change-Id: Id3d7be7bdedb9647144d8cbcf8b9e96e26ca13c7