Catch up on the latest product updates, best practices, and expert insights from the Checkmk Conference #12 – Watch the livestream recordings now

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 Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.3.0p4 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Ultimate MT

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