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 311362 Details for
Bug 448512
XMLRPC bugzilla.getCompInfo regression in initial{owner,cclist,qacontact}
[?]
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]
v1 patch to filter out closed products from getCompInfo
patch.diff (text/plain), 862 bytes, created by
Noura El hawary
on 2008-07-09 10:46:59 UTC
(
hide
)
Description:
v1 patch to filter out closed products from getCompInfo
Filename:
MIME Type:
Creator:
Noura El hawary
Created:
2008-07-09 10:46:59 UTC
Size:
862 bytes
patch
obsolete
>Index: extensions/compat_xmlrpc/code/webservice.pl >=================================================================== >RCS file: /cvs/qa/rh_bugzilla_3/extensions/compat_xmlrpc/code/webservice.pl,v >retrieving revision 1.39 >diff -p -u -r1.39 webservice.pl >--- extensions/compat_xmlrpc/code/webservice.pl 29 May 2008 04:23:17 -0000 1.39 >+++ extensions/compat_xmlrpc/code/webservice.pl 9 Jul 2008 10:39:37 -0000 >@@ -2881,7 +2881,7 @@ sub getCompInfo { > my %products = map { $_->id => $_ } @viewable_products; > push (@accessible_components, $comp_obj) if $products{$comp_obj->product_id}; > } >- elsif (Bugzilla->user->can_enter_product($comp_obj->product->name, THROW_ERROR)) { >+ elsif (Bugzilla->user->can_enter_product($comp_obj->product->name)) { > push (@accessible_components, $comp_obj); > } >
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 448512
: 311362