Commit 392fcaf5 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 e9f5fda2
...@@ -704,7 +704,9 @@ sub check_user { ...@@ -704,7 +704,9 @@ sub check_user {
sub mirrorListSelectionValues { sub mirrorListSelectionValues {
my $cgi = Bugzilla->cgi; my $cgi = Bugzilla->cgi;
if (defined($cgi->param('matchtype'))) { if (defined($cgi->param('matchtype'))) {
foreach ('matchvalue', 'matchstr', 'matchtype', 'grouprestrict', 'groupid') { foreach ('matchvalue', 'matchstr', 'matchtype',
'grouprestrict', 'groupid', 'enabled_only')
{
$vars->{'listselectionvalues'}{$_} = $cgi->param($_); $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