Closed
Bug 278650
Opened 21 years ago
Closed 21 years ago
editversions.cgi still uses "auth_cant_edit_versions"
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.20
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
1.84 KB,
patch
|
goobix
:
review+
|
Details | Diff | Splinter Review |
Following bug 265898, all edit*.cgi files should now use the new and common
"auth_failure" error message. Now that editversions.cgi has been templatized
(bug 190226), this file can be updated as well in order to use "auth_failure".
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.20
| Assignee | ||
Comment 1•21 years ago
|
||
Remove "auth_cant_edit_versions" from user-error.html.tmpl and replace it by
"auth_failure" in editversions.cgi.
Attachment #171688 -
Flags: review?(vladd)
Updated•21 years ago
|
Attachment #171688 -
Flags: review?(vladd) → review+
Updated•21 years ago
|
Flags: approval?
Updated•21 years ago
|
Flags: approval? → approval+
Comment 2•21 years ago
|
||
Checking in editversions.cgi;
/cvsroot/mozilla/webtools/bugzilla/editversions.cgi,v <-- editversions.cgi
new revision: 1.25; previous revision: 1.24
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.85; previous revision: 1.84
done
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•