Fix for bug 69269: misleading comment for reassign by component when QA Contact is in use.
git-svn-id: svn://10.0.0.236/trunk@87479 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 " <INPUT TYPE=checkbox NAME=compconfirm> and confirm bug (change status to <b>NEW</b>)<BR>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user