The "Show list" link that is supposed to quickly get you back to the
list of bugs you queried for was busted. git-svn-id: svn://10.0.0.236/trunk@59084 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -827,7 +827,7 @@ query. You will have to start over at the <A HREF="query.cgi">query page</A>.
|
||||
}
|
||||
my @list = split(/:/, $::COOKIE{'BUGLIST'});
|
||||
$::MFORM{'bug_id'} = \@list;
|
||||
$::FORM{'bug_id'} = join('', $::MFORM{'bug_id'});
|
||||
$::FORM{'bug_id'} = join(',', @list);
|
||||
if (!$::FORM{'order'}) {
|
||||
$::FORM{'order'} = 'reuse last sort';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user