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 312381 Details for
Bug 454593
change hwcert code to work with bugzilla 3.2 after NEEDINFO status cleanup
[?]
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]
newest first-part patch which fix the suggestion in comment#8 and comment#10 :)
bug454536.patch (text/plain), 4.94 KB, created by
eric_liu
on 2008-07-22 18:18:23 UTC
(
hide
)
Description:
newest first-part patch which fix the suggestion in comment#8 and comment#10 :)
Filename:
MIME Type:
Creator:
eric_liu
Created:
2008-07-22 18:18:23 UTC
Size:
4.94 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 18:13:10 -0000 >@@ -64,15 +64,18 @@ > [% PROCESS bug/owners.html.tmpl %] > [% PROCESS bug/summary.html.tmpl %] > [% PROCESS bug/rh_edit.html.tmpl %] >+ [% PROCESS bug/status_edit.html.tmpl %] > [% PROCESS bug/tam_ack.html.tmpl %] > [% PROCESS bug/external_bugzilla.html.tmpl > external_bugs = bug.external_bugs > external_bugzilla_list = bug.external_bugzilla_list %] > </div> > > <div id="dialog"> > [% PROCESS "bug/certification-comments.html.tmpl" %] >- [% PROCESS bug/status_edit.html.tmpl %] > </div> > > <div id="review"> >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.6 >diff -u -r1.6 status_edit.html.tmpl >--- template/en/default/bug/status_edit.html.tmpl 20 May 2008 02:31:21 -0000 1.6 >+++ template/en/default/bug/status_edit.html.tmpl 22 Jul 2008 18:13:11 -0000 >@@ -2,26 +2,12 @@ > > [% IF canedit %] > >- <hr/> >+ <h3>Certification Status</h3> > >- <h3>Edit Dialog Status</h3> >- >- [% IF bug.bug_status != 'CLOSED' %] >- [% IF bug.bug_status == 'MODIFIED' %] >- [% tmp.status = 'Pending TAM response' %] >- [% ELSIF bug.bug_status == 'ON_QA' %] >- [% tmp.status = 'Pending Reviewer response' %] >- [% ELSIF bug.bug_status == 'NEEDINFO' %] >- [% tmp.status = 'Pending for Vendor response' %] >- [% ELSIF bug.bug_status == 'NEW' %] >- [% tmp.status = 'Pending for Vendor response' %] >- [% ELSIF bug.bug_status == 'ASSIGNED' %] >- [% tmp.status = 'No Response Pending' %] >- [% ELSE %] >- [% tmp.status = 'INPROGRESS' %] >- [% END %] >+ [% IF bug.bug_status != 'CLOSED' %] >+ [% tmp.status = 'In Progress' %] > [% ELSE %] >- [% tmp.status = bug.bug_status %] >+ [% tmp.status = 'Certification Closed' %] > [% END %] > > [% IF bug.resolution == 'CURRENTRELEASE' %] >@@ -40,7 +26,7 @@ > <th> > <input type="radio" id="knob-leave" name="knob" value="none" checked="checked"> > <label for="knob-leave"> >- Leave as <b>[% tmp.status %][% IF bug.bug_status == 'CLOSED' %] [% tmp.resolution %][% END %]</b> >+ Leave as <b>[% tmp.status %]</b> > </label> > </th> > </tr> >@@ -49,8 +35,9 @@ > <tr> > <th> > <input id="knob-changestatus" type="radio" name="knob" value="changestatus" [% " disabled" IF !UserInGroup('hwcert_edit') && !isprivate %]> >+ Change status to > <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> >+ <label for="knob-changestatus">Re-Open Certification</label> > </th> > </tr> > [% IF !UserInGroup('hwcert_edit') && !isprivate %] >@@ -63,30 +50,14 @@ > [% END %] > > [% IF bug.bug_status != 'CLOSED' %] >- <tr> >- <th> >- <input id="knob-changestatus" type="radio" name="knob" value="changestatus"/> >- <label for="knob-changestatus">Change status to</label> >- <select name="newstatus" onchange="document.changeform.knob[1].checked=true;"> >- <option value="needinfo" title="Pending Vendor response">Pending Vendor Response</option> >- <option value="on_qa" title="Pending Reviewer Response">Pending Reviewer Response</option> >- <option value="modified" title="Pending TAM Response">Pending TAM Response</option> >- <option value="assigned" title="No Response Pending">No Response Pending</option> >- </select> >- <input type="hidden" name="needinfo_override" value="1"/> >- </th> >- </tr> > [% IF user.login && UserInGroup('hwcert_edit') %] > <tr> > <th> > <input id="knob-resolve" type="radio" name="knob" value="resolve"/> >+ Change status to > <label for="knob-resolve"> >- Close certification, changing resolution to >- <select name="resolution" onchange="document.changeform.knob[1].checked=true;"> >- <option value="CURRENTRELEASE">CERTIFIED</option> >- <option value="RAWHIDE">COMPATIBLE</option> >- <option value="WONTFIX">UNCERTIFIED</option> >- </select> >+ Close as Certified >+ <input type="hidden" name="resolution" value="CURRENTRELEASE" /> > </label> > </th> > </tr> >@@ -101,3 +72,4 @@ > <input type="hidden" name="knob" value="none"> > [% END %] > >+<hr/>
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 454593
:
312231
|
312356
|
312360
|
312381
|
312413
|
312693
|
312921