https://bugs.kde.org/show_bug.cgi?id=445177
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|SMART Status: Header for |kcm.push with title doesn't |details reads `Storage |use title |Device Health Monitoring > | |Storage Device Health | |Monitoring` | Product|plasma-disks |systemsettings Component|general |general Version|unspecified |master --- Comment #8 from Harald Sitter <sit...@kde.org> --- Strange bug somewhere in the stack. The page gets created thusly: > kcm.push("ReportPage.qml", {title: product, text: advancedReport}) which should result in the correct title (and I feel like it has in the past), but the title is wrong. It only appears correct once I define the property in the ReportPage.qml > title: "TITLE_NOT_SET" which will result in `product` getting used as title. Bouncing bug to systemsettings cause I don't know where exactly the problem is so next level down in the stack seems as good a fit as any. Also happens with the more generic > kcm.push("page.qml", {title: "foo"}) -- You are receiving this mail because: You are watching all bug changes.