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 306039 Details for
Bug 249648
HwCert catalog should refuse to accept new result rpms once the cert is closed.
[?]
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:
status.patch (text/plain), 1.46 KB, created by
XINSUN
on 2008-05-20 00:40:15 UTC
(
hide
)
Description:
Patch Improve:
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-05-20 00:40:15 UTC
Size:
1.46 KB
patch
obsolete
>Index: template/en/default/bug/status_edit.html.tmpl >=================================================================== >RCS file: /cvs/qa/hwcert/template/en/default/bug/status_edit.html.tmpl,v >retrieving revision 1.5 >diff -u -r1.5 status_edit.html.tmpl >--- template/en/default/bug/status_edit.html.tmpl 15 Feb 2008 22:24:45 -0000 1.5 >+++ template/en/default/bug/status_edit.html.tmpl 20 May 2008 00:32:32 -0000 >@@ -48,11 +48,18 @@ > [% IF bug.bug_status == 'CLOSED' %] > <tr> > <th> >- <input id="knob-changestatus" type="radio" name="knob" value="changestatus"> >- <input type="hidden" name="newstatus" value="needinfo"> >+ <input id="knob-changestatus" type="radio" name="knob" value="changestatus" [% " disabled" IF !UserInGroup('hwcert_edit') && !isprivate %]> >+ <input type="hidden" name="newstatus" value="needinfo" [% " disabled" IF !UserInGroup('hwcert_edit') && !isprivate %]> > <label for="knob-changestatus">Re-Open Certification, Change status to NEEDINFO</label> > </th> > </tr> >+ <tr> >+ <td> >+ [% IF !UserInGroup('hwcert_edit') && !isprivate %] >+ This certification is already closed and public. If further action is required on this certification, please open a support request either through <a href="http://www.redhat.com/support">Global Support Services</a> or Issue Tracker. >+ [% END %] >+ </td> >+ </tr> > [% END %] > > [% IF bug.bug_status != 'CLOSED' %]
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 249648
:
305500
|
305922
|
306039
|
306073