From 2e8d81832a6b6809997fee0f1e4679b6eb97a5a4 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 24 Sep 2006 05:46:53 +0000 Subject: Bug 353768: "editcomponents" group is not appropriate for editvalues.cgi (Field Values) - Patch by Frédéric Buclin r=mkanat a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editvalues.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editvalues.cgi') diff --git a/editvalues.cgi b/editvalues.cgi index d02a14d9c..b7e8ef12b 100755 --- a/editvalues.cgi +++ b/editvalues.cgi @@ -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"}); -- cgit v1.2.3-24-g4f1b