Bug 353965: object => "field values" doesn't exist in user-error.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave

git-svn-id: svn://10.0.0.236/trunk@212220 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
lpsolit%gmail.com
2006-09-23 22:43:33 +00:00
parent 8a5abf73d0
commit b8bc42d314
2 changed files with 3 additions and 1 deletions

View File

@@ -112,7 +112,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

View File

@@ -160,6 +160,8 @@
components
[% ELSIF object == "custom_fields" %]
custom fields
[% ELSIF object == "field_values" %]
field values
[% ELSIF object == "flagtypes" %]
flag types
[% ELSIF object == "group_access" %]