Closed
Bug 284185
Opened 20 years ago
Closed 20 years ago
Incorrect parameter in the "attachment_already_obsolete" error message
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: LpSolit, Assigned: LpSolit)
Details
Attachments
(1 file)
|
773 bytes,
patch
|
Wurblzap
:
review+
|
Details | Diff | Splinter Review |
The "attachment_already_obsolete" error message in code-error.html.tmpl uses "attachid" for the attachment ID while "attach_id" is used in attachment.cgi. Consequently, the attachment ID is not displayed when obsoleting an already obsolete attachment.
| Assignee | ||
Comment 1•20 years ago
|
||
replace attachid by attach_id in code-error.html.tmpl.
Attachment #175883 -
Flags: review?(wurblzap)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → Bugzilla 2.20
Comment 2•20 years ago
|
||
Comment on attachment 175883 [details] [diff] [review] trivial fix, v1 r=wurblzap by inspection.
Attachment #175883 -
Flags: review?(wurblzap) → review+
Comment 3•20 years ago
|
||
In 2.18, the relevant parts of attachment.cgi and code-error.html.tmpl are identical.
Flags: approval?
Flags: approval2.18?
Updated•20 years ago
|
Flags: approval?
Flags: approval2.18?
Flags: approval2.18+
Flags: approval+
Target Milestone: Bugzilla 2.20 → Bugzilla 2.18
Comment 4•20 years ago
|
||
2.18: Checking in template/en/default/global/code-error.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/code- error.html.tmpl,v <-- code-error.html.tmpl new revision: 1.39.2.4; previous revision: 1.39.2.3 done Tip: Checking in template/en/default/global/code-error.html.tmpl; /cvsroot/mozilla/webtools/bugzilla/template/en/default/global/code- error.html.tmpl,v <-- code-error.html.tmpl new revision: 1.46; previous revision: 1.45 done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•