View Issue Details

IDProjectCategoryView StatusLast Update
0003952mantisbtbugtrackerpublic2004-08-29 02:08
ReporterJumar Assigned Tograngeway  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionduplicate 
Summary0003952: view reporter in bug-list
Description

that's something i really like to have.

Additional Information

just needs small modifications in the view_all_inc.php

insert in the header line (after last_updated for example):
<?php # -- Reporter column -- ?>
<td class="center">
<?php print_view_bug_sort_link( lang_get( 'reporter' ), 'reporter_id', $t_sort, $t_dir ) ?>
<?php print_sort_icon( $t_dir, $t_sort, 'reporter_id' ) ?>
</td>

and in the data line (after last_updated for example):
<?php # -- Reporter -- ?>
<td class="center">
<?php
if($v_reporter_id==1) echo ' ';
else echo user_get_name( $v_reporter_id );
?>
</td>

TagsNo tags attached.

Relationships

duplicate of 0000934 closedvboctor Would be nice to select what columns to view 

Activities

grangeway

grangeway

2004-08-03 06:16

reporter   ~0006579

In the next release, we're looking to allow the columns to be configurable