Defect #12513
closedGrouping of issues by custom fields not correct in PDF export
0%
Description
If you group issues by a custom field the index shows correctly in HTML. In PDF issues belonging to the same group value are not grouped (excpet those who have a nil value in the group field).
This error occurs in 2.1.2 and newer versions. I have a fix for that, you find my patch in the attachments.
Best regards,
Christian
Files
Related issues
Updated by Chrisitian Noack almost 12 years ago
Please include this (or another) solution to coming versions of redmine. Who sets the status of this issue to resolved? Me? Or will it be resolved when it's include in the HEAD of the redmine development?
Updated by Chrisitian Noack almost 12 years ago
This first attached file fix_pdf_export.diff
comes from git and may not be usable for you. Please use the second one (pdf.patch
). You can install it this way:
- cd to the folder
lib/redmine/export
patch < pdf.patch
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 2.1.5
- Resolution set to Fixed
Chrisitian Noack wrote:
This first attached file
fix_pdf_export.diff
comes from git and may not be usable for you.
Oh thanks, but a git diff is still a diff :-)
Problem fixed in r10956. Thanks for pointing this out.
Updated by Jean-Philippe Lang almost 12 years ago
- Status changed from Resolved to Closed
Merged in 2.1 and 2.2.