aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-09-22 13:58:37 +0000
committerDavid Lawrence <dkl@mozilla.com>2014-09-22 13:58:37 +0000
commit392fcaf59ec9baa838f86535bc7222708aa5bc85 (patch)
tree0b04c8c2a3a824c438728df85ec0072aad9b499a
parentBug 252555: Remove the ANSI mode when running MySQL (diff)
downloadbugzilla-392fcaf59ec9baa838f86535bc7222708aa5bc85.tar.gz
bugzilla-392fcaf59ec9baa838f86535bc7222708aa5bc85.tar.bz2
bugzilla-392fcaf59ec9baa838f86535bc7222708aa5bc85.zip
Bug 1069363: "show user list again" link does not include is_enabled for showing previous results list
r=glob,a=glob
-rwxr-xr-xeditusers.cgi4
1 files changed, 3 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi
index a5ba6d1e3..9778aa808 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -704,7 +704,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', 'enabled_only')
+ {
$vars->{'listselectionvalues'}{$_} = $cgi->param($_);
}
}