| Summary: | Cannot add column in report | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Yann <yann.morin> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | ostroffjh, ralf.habacker |
| Priority: | NOR | ||
| Version First Reported In: | 4.8.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Microsoft Windows | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Error message when trying to add column to report | ||
The translated message is 'Unable to find reportgroup "Operations" for report '....'. This is in void KReportsView::slotConfigure()
785: QString error = i18n("Could not find reportgroup \"%1\" for report \"%2\".\nPlease report this error to the developer's list: kmymoney-devel@kde.org", reportGroupName, newreport.name());
841: QString error = i18n("Could not find reportgroup \"%1\" for report \"%2\".\nPlease report this error to the developer's list: kmymoney-devel@kde.org", reportGroupName, newReport.name());
Is this still a problem? It seems likely it has been fixed since then. I just tried in 5.0.8 and it works without problem. I used the Transactions by Account Report and added the column for Account with no crash. |
Created attachment 102071 [details] Error message when trying to add column to report I tryed to add column "account" to a report (see hard copy). Bug occurs each time I try. Yann