Fix for bug 177099: stored queries ordering and editing were broken after moving to CGI.pm. They work again now.
r=bbaetz git-svn-id: svn://10.0.0.236/trunk@132762 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -236,9 +236,9 @@ my $params = new Bugzilla::CGI($cgi);
|
||||
# Take appropriate action based on user's request.
|
||||
if ($::FORM{'cmdtype'} eq "dorem") {
|
||||
if ($::FORM{'remaction'} eq "run") {
|
||||
my $query = LookupNamedQuery($::FORM{"namedcmd"});
|
||||
$::buffer = LookupNamedQuery($::FORM{"namedcmd"});
|
||||
$vars->{'title'} = "Bug List: $::FORM{'namedcmd'}";
|
||||
$params = new Bugzilla::CGI($query);
|
||||
$params = new Bugzilla::CGI($::buffer);
|
||||
$order = $params->param('order') || $order;
|
||||
}
|
||||
elsif ($::FORM{'remaction'} eq "load") {
|
||||
|
||||
Reference in New Issue
Block a user