Commit 6b518aa3 authored by David Lawrence's avatar David Lawrence

Bug 1069363: "show user list again" link does not include is_enabled for showing…

Bug 1069363: "show user list again" link does not include is_enabled for showing previous results list r=glob,a=glob
parent 5d96fa70
......@@ -649,7 +649,9 @@ sub check_user {
sub mirrorListSelectionValues {
my $cgi = Bugzilla->cgi;
if (defined($cgi->param('matchtype'))) {
foreach ('matchvalue', 'matchstr', 'matchtype', 'grouprestrict', 'groupid') {
foreach ('matchvalue', 'matchstr', 'matchtype',
'grouprestrict', 'groupid', 'is_enabled')
{
$vars->{'listselectionvalues'}{$_} = $cgi->param($_);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment