Werk #22336: Reports: fix a missing page break before a report's first child report
| Component | Reporting & availability | ||||||
| Title | Reports: fix a missing page break before a report's first child report | ||||||
| Date | Sep 2, 2026 | ||||||
| Level | Trivial Change | ||||||
| Class | Bug Fix | ||||||
| Compatibility | Compatible - no manual interaction needed | ||||||
| Checkmk versions & editions |
|
If a report combines several report elements and one of them is a "Host report for multiple hosts" (or "Service report for multiple services") with "Begin child reports on new page" enabled, the very first child report ignored that setting and continued directly after whatever came before it - for example right below an Availability table on the same page, sometimes leaving its heading stranded with little space left on that page. Every child after the first one broke onto a new page correctly.
This has been fixed: the first child report now also starts on a new page when this option is enabled, unless it's already at the very top of a page (avoiding an unnecessary blank leading page).