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 312390 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 Improve:
sl.patch (text/plain), 2.98 KB, created by
XINSUN
on 2008-07-22 19:36:29 UTC
(
hide
)
Description:
Patch Improve:
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-07-22 19:36:29 UTC
Size:
2.98 KB
patch
obsolete
>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 22 Jul 2008 17:49:45 -0000 >@@ -35,6 +35,7 @@ > [% END %] > > [% canedit = bug.canedit || UserInGroup('hwcert_edit') ? 1 : 0 %] >+ >+ [% oncc = 0 %] >+ [% FOREACH cc = bug.cc %] >+ [% IF user.login == cc %] >+ [% oncc = 1 %] >+ [% END %] >+ [% END %] > > [%# --- > # Enable for non-Red Hat users where vendor ~ Intel. >@@ -98,6 +99,10 @@ > comments = bug.longdescs > mode = "show" %] > >+ [% IF oncc %] >+ [% PROCESS bug/testplan.html.tmpl %] >+ [% END %] >+ > [% PROCESS bug/external_bugzilla.html.tmpl > external_bugs = bug.external_bugs > external_bugzilla_list = bug.external_bugzilla_list %] >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 22 Jul 2008 17:49:45 -0000 >@@ -20,9 +20,7 @@ > # Vaskin Kissoyan <vkissoyan@yahoo.com> > #%] > >-[% canedit = bug.canedit || UserInGroup('hwcert_edit') ? 1 : 0 %] >- [% IF bug.bug_status != 'CLOSED' || canedit %] >- [% IF bug.testplanstatus != 'Frozen' && ! bug.testplanboxes %] >+[% IF bug.testplanstatus != 'Frozen' && ! bug.testplanboxes %] > <hr/> > <h3>Test Plan State</h3> > <input type=radio name=testplanstatus value=Melted checked>Leave Test Plan as <b>[% bug.testplanstatus %][% "Melted" IF ! bug.testplanstatus %]</b></input><br> >@@ -139,10 +137,10 @@ > <font>[% "<s>" IF f.required_32bits == 0 && f.required_64bits == 0 %][% f.name FILTER html %] [% f.description FILTER html %][% "</s>" IF f.required_32bits == 0 && f.required_64bits == 0 %] </font> > </td> > <td bgcolor="[% color %]"><center> >- <input type="checkbox" name="required_32bits" value=[% f.id %] [% " CHECKED" IF f.required_32bits == 1 %]> >+ <input type="checkbox" name="required_32bits" value=[% f.id %] [% " CHECKED" IF f.required_32bits == 1 %] [% " disabled" IF !UserInGroup('hwcert_edit') %]> > </td> > <td bgcolor="[% color %]"><center> >- <input type="checkbox" name="required_64bits" value=[% f.id %] [% " CHECKED" IF f.required_64bits == 1 %]> >+ <input type="checkbox" name="required_64bits" value=[% f.id %] [% " CHECKED" IF f.required_64bits == 1 %] [% " disabled" IF !UserInGroup('hwcert_edit') %]> > </td> > [% END %] > </tr> >@@ -161,5 +159,4 @@ > <p> > <input type="submit" name="submit" value="Save Changes" > > <input type="hidden" name="testplan_progress_box" value="enable"> >- [% END %] > [% END %] >
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