Bug 1279732 - can't update product by xmlrpc when vote not specified
Summary: can't update product by xmlrpc when vote not specified
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Bugzilla
Classification: Community
Component: WebService
Version: 4.4
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: 4.4
Assignee: PnT DevOps Devs
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-10 07:24 UTC by Rony Gong 🔥
Modified: 2018-12-09 06:29 UTC (History)
3 users (show)

Fixed In Version: 4.4.10045.3
Clone Of:
Environment:
Last Closed: 2015-12-16 02:14:23 UTC
Embargoed:


Attachments (Terms of Use)

Description Rony Gong 🔥 2015-11-10 07:24:25 UTC
Description of problem:
can't update product by xmlrpc when vote not specified 

Version-Release number of selected component (if applicable):
4.4.10043-6

How reproducible:
Always

Steps to Reproduce:
1.Try to update an product like:
xmlrpc.Product.update({'is_open': 'false', 'name': 'bne-test2-29cL', 'has_unconfirmed': 'false', 'Bugzilla_password': '*******', 'default_milestone': '--', 'default_release': '--', 'ids': [482], 'Bugzilla_login': 'admin1', 'description': 'test2'}) 
2.
3.

Actual results:
{'fault_code': 32000,
 'fault_string': "'' is an invalid value for the Votes Per User field, which should contain a non-negative number."}

Expected results:
It could update product 

Additional info:

Comment 1 Rony Gong 🔥 2015-11-16 07:47:02 UTC
Tested on 
QA environment(bzperfweb01.app.qa) with version(4.4.10044-2, DB: psql)
Result: Pass

Comment 2 Matt Tyson 🤬 2015-12-16 02:14:23 UTC
This change is now live. If there are any issues, do not reopen this bug. Instead, you should create a new bug and reference this bug.


Note You need to log in before you can comment on or make changes to this bug.