| Summary: | Product.get RPC interface is not returning all data | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Bugzilla | Reporter: | Rony Gong 🔥 <qgong> | ||||
| Component: | WebService | Assignee: | Matt Tyson 🤬 <mtyson> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | tools-bugs <tools-bugs> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 5.0 | CC: | 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: |
|
||||||
Created attachment 1138495 [details]
product.get
Bugzilla 5.0 changes how the result filtering works. I've adjusted our extensions to match. The fix in bug 1329590 comment 4 should fix this. Tested on QA environment(5.0.2-rh7) Result: Pass |
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: