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 306329 Details for
Bug 447700
New field Release notes cuases duplicate comment entry when updated at the same time
[?]
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]
fix patch for dup comment with new field release notes
dup_comment_fix_patch (text/plain), 803 bytes, created by
Noura El hawary
on 2008-05-22 02:10:43 UTC
(
hide
)
Description:
fix patch for dup comment with new field release notes
Filename:
MIME Type:
Creator:
Noura El hawary
Created:
2008-05-22 02:10:43 UTC
Size:
803 bytes
patch
obsolete
>Index: extensions/redhat_fields/code/log_activity.pl >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/extensions/redhat_fields/code/log_activity.pl,v >retrieving revision 1.2 >diff -p -u -r1.2 log_activity.pl >--- extensions/redhat_fields/code/log_activity.pl 20 May 2008 05:36:57 -0000 1.2 >+++ extensions/redhat_fields/code/log_activity.pl 22 May 2008 02:03:48 -0000 >@@ -46,8 +46,13 @@ if ( $field eq 'cf_release_notes' ) { > $comment .= "Diffed Contents:\n$diff"; > } > >+ my @tmp_array = @{$bug->{added_comments}}; >+ >+ @{$bug->{added_comments}} = (); > $bug->add_comment( $comment, { isprivate => 0 } ); > $bug->update; >+ >+ @{$bug->{added_comments}} = @tmp_array; > > # Set do_log_activity to 0 > $$do_log_activity = 0;
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:
dkl
: review+
Actions:
View
|
Diff
Attachments on
bug 447700
: 306329