Werk #16797: Ruleset API: Fix KeyError for nested form_specs.DictGroup

Component Checks & agents
Title Ruleset API: Fix KeyError for nested form_specs.DictGroup
Date May 23, 2024
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.4.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.3.0p4 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)

This is only relevant for plugin developers.

In some cases when a DictGroup was used inside a FormSpec hierarchy an error would occur during validation of the relevant rule (e.g. when saving):

KeyError: 'DictGroup(title=<title>,help_text=<help_text>)'

To the list of all Werks