Werk #19755: Notification parameters: enable inline help toggle on edit page
| Component | Notifications | ||
| Title | Notification parameters: enable inline help toggle on edit page | ||
| Date | Apr 23, 2026 | ||
| Level | Trivial Change | ||
| Class | Bug Fix | ||
| Compatibility | Compatible - no manual interaction needed | ||
| Checkmk versions & editions |
|
On the Edit notification parameter pages (e.g. HTML Email, ASCII Email, Slack and other notification methods), the Show inline help toggle in the Help menu was permanently disabled and could not be switched on, even though the underlying form fields do provide inline help texts.
The reason was that these pages render their forms with the new Vue-based form-spec renderer, which did not register the page as providing inline help, so the toggle stayed greyed out.
The toggle is now enabled on the notification parameter edit page and works as expected for all notification methods.