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 295529 Details for
Bug 433348
3.42: Add Reopened keyword when bug is closed and then reopened
[?]
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 to add reopened keyword when a closed bug is reopened (v2)
closed_reopened.patch (text/plain), 761 bytes, created by
David Lawrence
on 2008-02-21 16:15:59 UTC
(
hide
)
Description:
Patch to add reopened keyword when a closed bug is reopened (v2)
Filename:
MIME Type:
Creator:
David Lawrence
Created:
2008-02-21 16:15:59 UTC
Size:
761 bytes
patch
obsolete
>Index: Bugzilla/Bug.pm >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/Bugzilla/Bug.pm,v >retrieving revision 1.22 >diff -u -r1.22 Bug.pm >--- Bugzilla/Bug.pm 15 Feb 2008 16:34:46 -0000 1.22 >+++ Bugzilla/Bug.pm 18 Feb 2008 20:21:58 -0000 >@@ -2004,6 +2004,12 @@ > # Check for the everconfirmed transition > $self->_set_everconfirmed(1) if $new_status->name ne 'UNCONFIRMED'; > $self->clear_resolution(); >+ >+ # REDHAT EXTENSION START 433348 >+ if ( not $old_status->is_open ) { >+ $self->modify_keywords('Reopened', 'add'); >+ } >+ # REDHAT EXTENSION END 433348 > } > else { > # We do this here so that we can make sure closed statuses have
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
Flags:
nelhawar
: review+
Actions:
View
|
Diff
Attachments on
bug 433348
:
295203
| 295529