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 317504 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 with cc list dsiplaying realnames and loginnames
longlist.patch (text/plain), 1.61 KB, created by
Noura El hawary
on 2008-09-23 18:18:53 UTC
(
hide
)
Description:
patch with cc list dsiplaying realnames and loginnames
Filename:
MIME Type:
Creator:
Noura El hawary
Created:
2008-09-23 18:18:53 UTC
Size:
1.61 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 23 Sep 2008 14:47:38 -0000 >@@ -341,14 +341,26 @@ > [% name = rightcells.shift %] > [% IF name == "cc" %] > <th class="rightcell">[% field_descs.cc FILTER html %]:</th> >- <td> >- [% FOREACH c = bug.cc %] >- [% c FILTER html %][% ", " IF not loop.last() %] >+ <td> >+ [% FOREACH c = bug.cc_users %] >+ [%# REDHAT EXTENSION START 189835 %] >+ [% IF user.id %] >+ [% c.login FILTER html %][% ", " IF not loop.last() %] >+ [% ELSE %] >+ [% c.name FILTER html %][% ", " IF not loop.last() %] >+ [% END %] >+ [%# REDHAT EXTENSION END 189835 %] > [% END %] > [% 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