Commit 2e8d8183 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 353768: "editcomponents" group is not appropriate for editvalues.cgi (Field…

Bug 353768: "editcomponents" group is not appropriate for editvalues.cgi (Field Values) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent 9bcde166
......@@ -109,8 +109,8 @@ my $vars = {};
print $cgi->header();
exists Bugzilla->user->groups->{'editcomponents'} ||
ThrowUserError('auth_failure', {group => "editcomponents",
exists Bugzilla->user->groups->{'admin'} ||
ThrowUserError('auth_failure', {group => "admin",
action => "edit",
object => "field_values"});
......
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