Werk #22154: Views: fix crash on visuals without a context option
| Component | User interface | ||||||
| Title | Views: fix crash on visuals without a context option | ||||||
| Date | Aug 18, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
Opening a view or dashboard that was saved before the "Context information"
option existed crashed the page with KeyError: 'add_context_to_title'.
Such a visual is now treated as if the option were enabled, which is what Checkmk did before the option was introduced, so its title is rendered with the page context as before.