]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1069363: "show user list again" link does not include is_enabled for showing...
authorDavid Lawrence <dkl@mozilla.com>
Mon, 22 Sep 2014 13:58:37 +0000 (13:58 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 22 Sep 2014 13:58:37 +0000 (13:58 +0000)
r=glob,a=glob

editusers.cgi

index a5ba6d1e354f68670a22a9a9fe8f0baabace0c93..9778aa808b2533c4f45e5486ad4e135939ae20c5 100755 (executable)
@@ -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($_);
         }
     }