]> 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:56:54 +0000 (13:56 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Mon, 22 Sep 2014 13:56:54 +0000 (13:56 +0000)
r=glob,a=glob

editusers.cgi

index 20c72ce902e21ba4069d4263bcac9531d2a5bc8f..a38195a4b87b98663818f6f8065ea6be0729f174 100755 (executable)
@@ -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($_);
         }
     }