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 294911 Details for
Bug 406171
3.7: Description field in the bug status table.
[?]
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]
bug status description patch
status_desc_patch (text/plain), 1.77 KB, created by
Noura El hawary
on 2008-02-14 14:11:20 UTC
(
hide
)
Description:
bug status description patch
Filename:
MIME Type:
Creator:
Noura El hawary
Created:
2008-02-14 14:11:20 UTC
Size:
1.77 KB
patch
obsolete
>Index: Bugzilla/Status.pm >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/Bugzilla/Status.pm,v >retrieving revision 1.3 >diff -u -r1.3 Status.pm >--- Bugzilla/Status.pm 12 Feb 2008 19:45:14 -0000 1.3 >+++ Bugzilla/Status.pm 14 Feb 2008 14:00:52 -0000 >@@ -37,6 +37,7 @@ > sortkey > isactive > is_open >+ description > ); > > use constant NAME_FIELD => 'value'; >@@ -50,6 +51,9 @@ > sub sortkey { return $_[0]->{'sortkey'}; } > sub is_active { return $_[0]->{'isactive'}; } > sub is_open { return $_[0]->{'is_open'}; } >+# REDHAT EXTENSION START 406171 >+sub description { return $_[0]->{'description'}; } >+# REDHAT EXTENSION START 406171 > > ############################### > ##### Methods #### >Index: template/en/default/bug/knob.html.tmpl >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/template/en/default/bug/knob.html.tmpl,v >retrieving revision 1.2 >diff -u -r1.2 knob.html.tmpl >--- template/en/default/bug/knob.html.tmpl 13 Feb 2008 16:44:32 -0000 1.2 >+++ template/en/default/bug/knob.html.tmpl 14 Feb 2008 14:02:47 -0000 >@@ -38,8 +38,10 @@ > || !bug.everconfirmed && bug_status.name == "REOPENED") %] > [% PROCESS initial_action %] > [% NEXT IF bug_status.name == bug.bug_status %] >+ [%# REDHAT EXTENSION 406171 >+ # Added bug status description %] > <input type="radio" id="knob_[% bug_status.id FILTER html %]" name="knob" >- value="[% bug_status.name FILTER html %]"> >+ value="[% bug_status.name FILTER html %]" title="[% bug_status.description FILTER html %]"> > <label for="knob_[% bug_status.id FILTER html %]"> > Change status to <b>[% get_status(bug_status.name) FILTER html %]</b> > </label>
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 406171
:
290035
|
294687
| 294911 |
294941