Commit 8830db25 authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 143547: Don't show bugs as grey if usebuggroups parameter is set to true.

Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
parent 90015c50
......@@ -1474,7 +1474,7 @@ $vars->{'order'} = $order;
my $login = $::COOKIE{'Bugzilla_login'};
$vars->{'caneditbugs'} = UserInGroup('editbugs');
$vars->{'usebuggroups'} = UserInGroup('usebuggroups');
$vars->{'usebuggroups'} = Param('usebuggroups');
# Whether or not this user is authorized to move bugs to another installation.
$vars->{'ismover'} = 1
......
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