Adding Target Version to bug_change_status_page.php
Posted: 22 May 2007, 02:56
Hi All,
I would like to add the "Target Version" to the bug_change_status_page.php at the assignment level.
I am a newbie unfortunately, and not much of a developer but I have found that if I add the following to the bug_change_status_page.php at line 154:
I can get the Target Version displayed with the drop down. If I change the drop down the data is saved so all there works fine.
However this is on all the change of bug statuses not just when I assign a bug. Is it possible to do this easily? Please can someone tell me how stoopid I am being
Thanks!
I would like to add the "Target Version" to the bug_change_status_page.php at the assignment level.
I am a newbie unfortunately, and not much of a developer but I have found that if I add the following to the bug_change_status_page.php at line 154:
Code: Select all
<td class="category">
<?php echo lang_get( 'target_version' ) ?>
<td>
<select <?php echo helper_get_tab_index() ?> name="target_version">
<?php print_version_option_list( $t_bug->target_version, $t_bug->project_id, VERSION_ALL ) ?>
</select>
</td>
However this is on all the change of bug statuses not just when I assign a bug. Is it possible to do this easily? Please can someone tell me how stoopid I am being

Thanks!