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:
@@ -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
|
||||
|
||||
@@ -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" %]
|
||||
|
||||
Reference in New Issue
Block a user