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 |
|
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>)'