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

Werk #22133: Views and dashboards: fix crash on a malformed filter context

Component User interface
Title Views and dashboards: fix crash on a malformed filter context
Date Aug 18, 2026
Level Trivial Change
Class Bug Fix
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
3.0.0b1
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.5.0p12
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT
2.4.0p36
Not yet released
Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

A view or dashboard element whose saved context stored a filter value directly, instead of the set of filter variables Checkmk expects, crashed the page with AttributeError: 'str' object has no attribute 'values'. Such a context can come from a very old configuration or from a hand edited file.

The affected element now reports its context information as missing, the way it always did for a filter that was simply not set, instead of taking the page down.

To the list of all Werks