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 302309 Details for
Bug 439952
Only the "Make certification public" checkbox should mark all previous comments to private
[?]
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]
The patch to fix this bug
private_comments.patch (text/plain), 859 bytes, created by
XINSUN
on 2008-04-14 08:10:17 UTC
(
hide
)
Description:
The patch to fix this bug
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-04-14 08:10:17 UTC
Size:
859 bytes
patch
obsolete
>Index: hwcert.pl >=================================================================== >RCS file: /cvs/qa/hwcert/hwcert.pl,v >retrieving revision 1.49 >diff -u -r1.49 hwcert.pl >--- hwcert.pl 29 Feb 2008 11:54:40 -0000 1.49 >+++ hwcert.pl 14 Apr 2008 08:04:25 -0000 >@@ -407,8 +407,12 @@ > push(@groupDelNames, $ref->{'name'}); > } > } >+ >+ #Get the Now() timestamp as the time parameter of the func LogActivityEntry() >+ SendSQL("SELECT ".Bugzilla::DB::Now('select')); >+ my $timestamp = FetchOneColumn(); > >- if ($make_public && $isprivate && $bug->{'bug_status'} eq 'CLOSED' >+ if ($make_public && $isotherprivate && $bug->{'bug_status'} eq 'CLOSED' > && ($bug->{'resolution'} eq 'CURRENTRELEASE' || $bug->{'resolution'} eq 'RAWHIDE' || $bug->{'resolution'} eq 'DUPLICATE')) { > > # Mark all comments as private
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 439952
: 302309