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 305349 Details for
Bug 445904
create a new hwcert enables post date by default
[?]
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]
Pls review.
keeppostdate.patch (text/plain), 794 bytes, created by
XINSUN
on 2008-05-14 11:18:21 UTC
(
hide
)
Description:
Pls review.
Filename:
MIME Type:
Creator:
XINSUN
Created:
2008-05-14 11:18:21 UTC
Size:
794 bytes
patch
obsolete
>Index: post.cgi >=================================================================== >RCS file: /cvs/qa/hwcert/post.cgi,v >retrieving revision 1.54 >diff -u -r1.54 post.cgi >--- post.cgi 14 May 2008 06:01:26 -0000 1.54 >+++ post.cgi 14 May 2008 11:08:31 -0000 >@@ -836,8 +850,13 @@ > my $gid = FetchSQLData(); > push(@groupstoadd, $gid) if (! grep(/^$gid$/,@groupstoadd)); > >+#Get the group id of hwcert_postdate group. >+my $HWCERT_POSTDATE_group_id = GroupNameToId(HWCERT_POST_DATE); >+ > # Add the group restrictions > foreach my $grouptoadd (@groupstoadd) { >+ #Force to keep the hwcert_postdate group out of the default group restrictions. >+ next if $grouptoadd eq $HWCERT_POSTDATE_group_id; > SendSQL("INSERT INTO bug_group_map (bug_id, group_id) > VALUES ($id, $grouptoadd)"); > }
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 445904
: 305349