timetracking icon indicating copy to clipboard operation
timetracking copied to clipboard

link of issue on show_report

Open fhaut opened this issue 6 years ago • 0 comments

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 ) ?>

fhaut avatar Oct 16 '17 13:10 fhaut