Bug 1319620

Summary: Product.get RPC interface is not returning all data
Product: [Community] Bugzilla Reporter: Rony Gong 🔥 <qgong>
Component: WebServiceAssignee: Matt Tyson 🤬 <mtyson>
Status: CLOSED NEXTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 5.0CC: huiwang, jmcdonal, mtahir, mtyson, qgong
Target Milestone: 5.0   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-30 22:31:28 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
product.get none

Description Rony Gong 🔥 2016-03-21 08:38:06 UTC
Description of problem:
It lost some important fields for product.get by xmlrpc

It lost below fields: id, name, description, is_active and component detail content

Version-Release number of selected component (if applicable):
5.0.2.rh2

How reproducible:
100%


Steps to Reproduce:
1.xmlrpc.Product.get({'names': ['bugzilla'], 'Bugzilla_login': 'redhat1', 'Bugzilla_password': '******'}) 
2.
3.

Actual results:
Check the attachment

Expected results:


Additional info:

Comment 1 Rony Gong 🔥 2016-03-21 08:42:14 UTC
Created attachment 1138495 [details]
product.get

Comment 2 Matt Tyson 🤬 2016-04-19 06:14:50 UTC
Bugzilla 5.0 changes how the result filtering works.  I've adjusted our extensions to match.

Comment 5 Matt Tyson 🤬 2016-05-05 23:11:44 UTC
The fix in bug 1329590 comment 4 should fix this.

Comment 6 Rony Gong 🔥 2016-05-16 09:38:57 UTC
Tested on
QA environment(5.0.2-rh7)
Result: Pass