Closed Bug 101659 Opened 23 years ago Closed 23 years ago

emailsuffix missing from component owner mailto tag

Categories

(Bugzilla :: Bugzilla-General, defect)

2.14
x86
Linux
defect
Not set
minor

Tracking

()

RESOLVED FIXED
Bugzilla 2.16

People

(Reporter: snaldrett, Assigned: justdave)

Details

Attachments

(1 file)

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>
can you do that as a "diff -u" and attach it to the bug? Thanks.
Target Milestone: --- → Bugzilla 2.16
Comment on attachment 50813 [details] [diff] [review] diff -u of describecomponents.cgi r= justdave no 2nd review needed, cosmetic change.
Attachment #50813 - Flags: review+
checked in. Thanks!
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: