Werk #19559: Fix widget titles not shown for non-admin dashboard viewers
| Component | REST API | ||||
| Title | Fix widget titles not shown for non-admin dashboard viewers | ||||
| Date | Apr 2, 2026 | ||||
| Level | Trivial Change | ||||
| Class | Bug Fix | ||||
| Compatibility | Compatible - no manual interaction needed | ||||
| Checkmk versions & editions |
|
Previously, users without the Edit dashboards permission (e.g. guest role users) could not see widget titles on dashboards. The titles appeared blank while the widget content rendered correctly.
The REST API endpoint for computing widget titles incorrectly required the
general.edit_dashboards permission, which is an edit-level permission not
granted to dashboard viewers.