Bug moving code is now fully implemented. To use it, turn on the param and set the move related params.
git-svn-id: svn://10.0.0.236/trunk@74198 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -255,6 +255,18 @@ if (defined $::FORM{'id'}) {
|
||||
}
|
||||
}
|
||||
|
||||
my $action = '';
|
||||
if (defined $::FORM{action}) {
|
||||
$action = trim($::FORM{action});
|
||||
}
|
||||
if ($action eq Param("move-button-text")) {
|
||||
$::FORM{'buglist'} = join (":", @idlist);
|
||||
do "move.pl" || die "Error executing move.cgi: $!";
|
||||
PutFooter();
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
if (!defined $::FORM{'who'}) {
|
||||
$::FORM{'who'} = $::COOKIE{'Bugzilla_login'};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user