Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317337 Details for
Bug 189835
Email addresses of the reporter, assignee and QA contact available to logged out users when using the "Format for printing" UI
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch to fix login name display in bug long listing
longlist_realname.patch (text/plain), 1.01 KB, created by
Noura El hawary
on 2008-09-22 04:56:11 UTC
(
hide
)
Description:
patch to fix login name display in bug long listing
Filename:
MIME Type:
Creator:
Noura El hawary
Created:
2008-09-22 04:56:11 UTC
Size:
1.01 KB
patch
obsolete
>Index: template/en/default/bug/show-multiple.html.tmpl >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/template/en/default/bug/show-multiple.html.tmpl,v >retrieving revision 1.8 >diff -p -u -r1.8 show-multiple.html.tmpl >--- template/en/default/bug/show-multiple.html.tmpl 16 Jun 2008 14:04:27 -0000 1.8 >+++ template/en/default/bug/show-multiple.html.tmpl 22 Sep 2008 04:52:36 -0000 >@@ -348,7 +348,13 @@ > [% ELSIF name == "reporter" || name == "assigned_to" > || name == "qa_contact" %] > <th class="rightcell">[% field_descs.${name} FILTER html %]:</th> >- <td>[% bug.${name}.identity FILTER html %]</td> >+ [%# REDHAT EXTENSION START 189835 %] >+ [% IF user.id %] >+ <td>[% bug.${name}.identity FILTER html %]</td> >+ [% ELSE %] >+ <td>[% bug.${name}.name FILTER html %]</td> >+ [% END %] >+ [%# REDHAT EXTENSION END 189835 %] > [% ELSIF name == "flags" %] > <th class="rightcell">Flags:</th> > <td>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
dkl
: review-
Actions:
View
|
Diff
Attachments on
bug 189835
:
317337
|
317504