]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 328748 - Report inability to just view parameters - not edit them
authortimeless%mozdev.org <>
Tue, 7 Mar 2006 06:16:24 +0000 (06:16 +0000)
committertimeless%mozdev.org <>
Tue, 7 Mar 2006 06:16:24 +0000 (06:16 +0000)
r=lpsolit a=myk

editparams.cgi

index dec30ab83fcfe0f099c7e3461528c11d320a5704..57058e7ad7ed437f05497afecdd038404ca06f27 100755 (executable)
@@ -41,7 +41,7 @@ print $cgi->header();
 
 $user->in_group('tweakparams')
   || ThrowUserError("auth_failure", {group  => "tweakparams",
-                                     action => "modify",
+                                     action => "access",
                                      object => "parameters"});
 
 my $action = trim($cgi->param('action') || '');