Vote #75061
未完了GANTT issues export to PDF
0%
説明
In tab GANTT when export gantt chart to PDF, subject of issues write subject(issue.subject) but not id(issue_id).
I solved this by changing /lib/redmine/helpers/gantt.rb, in def subject_for_issue and then change:
pdf_subject(options,"#{issue.id} #{issue.subject}")
But i had to do this allways after upgrading.
Is it possible to add this to redmine, i think that this is good for all users.
Thanks,
João Mendes
journals
Refered in Defect #13606 too.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,13606,PDF and PNG export of Gantt loses issue numbers