Hide Forgot
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:
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