]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - Patch...
authorlpsolit%gmail.com <>
Sun, 24 Sep 2006 05:43:32 +0000 (05:43 +0000)
committerlpsolit%gmail.com <>
Sun, 24 Sep 2006 05:43:32 +0000 (05:43 +0000)
editvalues.cgi
template/en/default/global/user-error.html.tmpl

index abeab549a8b082503f4bb195c8530cf3d416a5eb..68478e6ae3ce34a07d8cda4b5be5b8e759f663e0 100755 (executable)
@@ -107,7 +107,7 @@ print $cgi->header();
 exists Bugzilla->user->groups->{'editcomponents'} ||
     ThrowUserError('auth_failure', {group  => "editcomponents",
                                     action => "edit",
-                                    object => "field values"});
+                                    object => "field_values"});
 
 #
 # often-used variables
index 4c17fa37686a77d5dfed15b64afbed362915abb5..2ab4245e57b9d592fb3fe3868e899b80011a9cc6 100644 (file)
       classifications
     [% ELSIF object == "components" %]
       components
+    [% ELSIF object == "field_values" %]
+      field values
     [% ELSIF object == "flagtypes" %]
       flag types
     [% ELSIF object == "groups" %]