Vote #80625
完了Issue list: long text custom field missing in PDF export
0%
説明
The new "long text" custom field in the issue list (a new feature that is highly appreciated!) can be selected and displayed on the HTML issue (same as i.e. "Description" or "Last notes") via the checkboxes under "Options" as usual. But on PDF export the description and last notes are exported, but not the custom field(s).
(tested with a bitnami VM image, Redmine V4.1.0, Ruby 2.5.7-p206, Rails 5.2.4.1)
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Attached is the fix. I used the same logic from issue list to display the block columns instead of hardcoding each column, but with only difference: column label is always shown because the user that receives the PDF doesn't know which column was added to the export.
@Ed Baker, thanks for reporting the patch, the fix will be available in version version:"4.1.1".
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed the patch. Thank you.
--------------------------------------------------------------------------------
JFTR: applied the patch and works perfectly, Thanks!
--------------------------------------------------------------------------------
related_issues
relates,Closed,26081,Allow full_width_layout long-text custom fields to appear in the issue list like 'Description' (as a block column)