Werk #16797: Ruleset API: Fix KeyError for nested form_specs.DictGroup
Komponente | Checks & agents | ||||
Titel | Ruleset API: Fix KeyError for nested form_specs.DictGroup | ||||
Datum | 23.05.2024 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
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>)'