Actions
Defect #10754
openName of custom fields overlaps in pdf export with its value
Status:
New
Priority:
Normal
Assignee:
-
Category:
PDF export
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
If the name for a custom field is very long, then will the name overlap the value in the pdf export.
I truncated the custom_value.name to twenty characters in my installation:
lib/redmine/export/pdf.rb:359
pdf.RDMCell(35,5, truncate(custom_value.custom_field.name, :length=>20) + ":","L")
Actions