mantisbt-plugins / timetracking

Other
27 stars 43 forks source link

link of issue on show_report #32

Open fhaut opened 6 years ago

fhaut commented 6 years ago

to add a link to the issue on report page

on file "pages/show_report.php" line ~157

change from:

<?php echo bug_format_summary( $t_item['bug_id'] , SUMMARY_FIELD ) ?>

to:

<?php echo print_bug_link( $t_item['bug_id'] ) . ' ' . bug_format_summary( $t_item['bug_id'] , SUMMARY_FIELD ) ?>