Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26659
Modified Files:
bug_update_advanced_page.php bug_update_page.php
Log Message:
re-fixed 0004602: Mismatch between Assign To dropdown and Assigned To whil
updating
The original behaviour in bug_update*_page was correct and the dropdown was
wrong because
it confused the status changes with any other changes.
Index: bug_update_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/bug_update_page.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- bug_update_page.php 28 Sep 2004 13:40:20 -0000 1.84
+++ bug_update_page.php 28 Sep 2004 15:03:30 -0000 1.85
@@ -177,8 +177,7 @@
<td colspan="5">
<select name="handler_id">
<option value="0"></option>
- <?php print_assign_to_option_list( $t_bug->handler_id,
$t_bug->project_id,
-
access_get_status_threshold( $t_bug->status, $t_bug->project_id ) ) ?>
+ <?php print_assign_to_option_list( $t_bug->handler_id,
$t_bug->project_id ) ?>
</select>
</td>
Index: bug_update_advanced_page.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/bug_update_advanced_page.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- bug_update_advanced_page.php 28 Sep 2004 13:40:19 -0000 1.80
+++ bug_update_advanced_page.php 28 Sep 2004 15:03:29 -0000 1.81
@@ -174,8 +174,7 @@
<td colspan="5">
<select name="handler_id">
<option value="0"></option>
- <?php print_assign_to_option_list( $t_bug->handler_id,
$t_bug->project_id,
-
access_get_status_threshold( $t_bug->status, $t_bug->project_id ) ) ?>
+ <?php print_assign_to_option_list( $t_bug->handler_id,
$t_bug->project_id ) ?>
</select>
</td>
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|