]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 69269: misleading comment for reassign by component when QA Contact is...
authordave%intrec.com <>
Wed, 21 Feb 2001 06:19:10 +0000 (06:19 +0000)
committerdave%intrec.com <>
Wed, 21 Feb 2001 06:19:10 +0000 (06:19 +0000)
bug_form.pl

index a9daf8932f2ee94c11f1a7cf6ce54c6c496e6bff..df1f1df990baa02abbd317c274ed2e0e95063eea 100644 (file)
@@ -459,7 +459,9 @@ if ($canedit || $::userid == $assignedtoid ||
         }
         $knum++;
         print "<INPUT TYPE=radio NAME=knob VALUE=reassignbycomponent>
-          Reassign bug to owner of selected component<br>\n";
+          Reassign bug to owner ";
+        if (Param("useqacontact")) { print "and QA contact "; }
+        print "of selected component<br>\n";
         if ($status eq $::unconfirmedstate && ($canconfirm || $canedit)) {
             print "&nbsp;&nbsp;&nbsp;&nbsp;<INPUT TYPE=checkbox NAME=compconfirm> and confirm bug (change status to <b>NEW</b>)<BR>";
         }