Closed
Bug 353965
Opened 19 years ago
Closed 19 years ago
object => "field values" doesn't exist in user-error.html.tmpl
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(2 files)
|
1.33 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
|
1.34 KB,
patch
|
mkanat
:
review+
|
Details | Diff | Splinter Review |
In editvalues.cgi:
exists Bugzilla->user->groups->{'editcomponents'} ||
ThrowUserError('auth_failure', {group => "editcomponents",
action => "edit",
object => "field values"});
But this object doesn't exist in user-error.html.tmpl and so the error message is incomplete.
| Assignee | ||
Comment 1•19 years ago
|
||
Attachment #239799 -
Flags: review?(mkanat)
Comment 2•19 years ago
|
||
Comment on attachment 239799 [details] [diff] [review]
patch, v1
r=mkanat by inspection
Attachment #239799 -
Flags: review?(mkanat) → review+
Updated•19 years ago
|
Severity: normal → minor
Flags: approval?
Flags: approval2.22?
Flags: approval2.20?
| Assignee | ||
Comment 3•19 years ago
|
||
Attachment #239826 -
Flags: review?(mkanat)
Updated•19 years ago
|
Attachment #239826 -
Flags: review?(mkanat) → review+
Updated•19 years ago
|
Flags: approval?
Flags: approval2.22?
Flags: approval2.22+
Flags: approval2.20?
Flags: approval2.20+
Flags: approval+
| Assignee | ||
Comment 4•19 years ago
|
||
tip:
Checking in editvalues.cgi;
/cvsroot/mozilla/webtools/bugzilla/editvalues.cgi,v <-- editvalues.cgi
new revision: 1.17; previous revision: 1.16
done
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.191; previous revision: 1.190
done
2.22:
Checking in editvalues.cgi;
/cvsroot/mozilla/webtools/bugzilla/editvalues.cgi,v <-- editvalues.cgi
new revision: 1.9.2.1; previous revision: 1.9
done
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.145.2.15; previous revision: 1.145.2.14
done
2.20.2:
Checking in editvalues.cgi;
/cvsroot/mozilla/webtools/bugzilla/editvalues.cgi,v <-- editvalues.cgi
new revision: 1.3.2.3; previous revision: 1.3.2.2
done
Checking in template/en/default/global/user-error.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/global/user-error.html.tmpl,v <-- user-error.html.tmpl
new revision: 1.115.2.11; previous revision: 1.115.2.10
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•