Closed
Bug 101659
Opened 23 years ago
Closed 23 years ago
emailsuffix missing from component owner mailto tag
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: snaldrett, Assigned: justdave)
Details
Attachments
(1 file)
784 bytes,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
The "mailto" tag for the owner of each component in the component
description list is missing the "emailsuffix" parameter.
My fix:
describecomponents.cgi
----------------------
106a107
> my $emailsuffix = Param("emailsuffix");
134c135
< <td><a href="mailto:$initialowner">$initialowner</a></td>
---
> <td><a href="mailto:$initialowner$emailsuffix">$initialowner</a></td>
138c139
< <td><a href="mailto:$initialqacontact">$initialqacontact</a></td>
---
> <td><a href="mailto:$initialqacontact$emailsuffix">$initialqacontact</a></td>
Assignee | ||
Comment 1•23 years ago
|
||
can you do that as a "diff -u" and attach it to the bug? Thanks.
Target Milestone: --- → Bugzilla 2.16
Reporter | ||
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
Comment on attachment 50813 [details] [diff] [review]
diff -u of describecomponents.cgi
r= justdave
no 2nd review needed, cosmetic change.
Attachment #50813 -
Flags: review+
Assignee | ||
Comment 4•23 years ago
|
||
checked in. Thanks!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•