logo       
Google Custom Search
    AddThis Social Bookmark Button

Related Msgs: audio.musicbrai...    enbd.general/20...    ietf.idr/2002-0...    java.ant-contri...    gnu.make.genera...    qplus.devel/200...    video.freevo.cv...    os.netbsd.ports...    yellowdog.gener...    xfree86.cvs/200...    search.nutch.us...    freedesktop.xse...    programming.swi...    capabilities.ge...    telephony.pbx.a...    mail.sylpheed.c...    db.firebase.por...    boot-loaders.u-...    recreation.radi...    netbsd.bugs/200...    web.zope.plone....    user-groups.lin...   

mantisbt bug_update_advanced_page.php,1.80,1.81 bug_update_page.php,1.84,1.: msg#00138

Subject: mantisbt bug_update_advanced_page.php,1.80,1.81 bug_update_page.php,1.84,1.85
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 ...
<Prev in Thread] Current Thread [Next in Thread>