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

Werk #22174: Fix crash when linking to another view

Component User interface
Title Fix crash when linking to another view
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 Checkmk Community, Checkmk Pro, Checkmk Ultimate, Checkmk Cloud, Checkmk Ultimate MT

Opening a view or dashboard 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 'items' while building the links to related views. The same entry crashed the breadcrumb and the page title with AttributeError: 'str' object has no attribute 'get'.

Such an entry is now left out. The page renders again, and the other filters are still passed on to the linked view.

To the list of all Werks