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 311685 Details for
Bug 428008
RFE: Show the certification plan to people on the CC list
[?]
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 Fix:
testplan_cc.patch (text/plain), 1.49 KB, created by
XINSUN
on 2008-07-14 08:39:39 UTC
(
hide
)
Description:
Patch Fix:
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-07-14 08:39:39 UTC
Size:
1.49 KB
patch
obsolete
>Index: template/en/default/bug/testplan.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/testplan.html.tmpl,v >retrieving revision 1.3 >diff -u -r1.3 testplan.html.tmpl >--- template/en/default/bug/testplan.html.tmpl 15 Feb 2008 22:25:51 -0000 1.3 >+++ template/en/default/bug/testplan.html.tmpl 14 Jul 2008 08:22:32 -0000 >@@ -21,7 +21,7 @@ > #%] > > [% canedit = bug.canedit || UserInGroup('hwcert_edit') ? 1 : 0 %] >- [% IF bug.bug_status != 'CLOSED' || canedit %] >+ [% IF bug.bug_status != 'CLOSED' || canedit || bug.cc.size > 0 && lsearch(bug.cc,user.login) != -1 %] > [% IF bug.testplanstatus != 'Frozen' && ! bug.testplanboxes %] > <hr/> > <h3>Test Plan State</h3> >@@ -163,3 +163,4 @@ > <input type="hidden" name="testplan_progress_box" value="enable"> > [% END %] > [% END %] >+<p> >Index: template/en/default/bug/edit.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/edit.html.tmpl,v >retrieving revision 1.59 >diff -u -r1.59 edit.html.tmpl >--- template/en/default/bug/edit.html.tmpl 29 Feb 2008 12:09:38 -0000 1.59 >+++ template/en/default/bug/edit.html.tmpl 14 Jul 2008 08:22:32 -0000 >@@ -93,6 +93,10 @@ > > [% ELSE %] > [% PROCESS bug/summary.html.tmpl %] >+ >+ [% IF bug.cc.size > 0 && lsearch(bug.cc, user.login) != -1 %] >+ [% PROCESS bug/testplan.html.tmpl %] >+ [% END %] > > [% PROCESS bug/comments.html.tmpl > comments = bug.longdescs
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
Actions:
View
|
Diff
Attachments on
bug 428008
:
311685
|
312379
|
312390