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:
Tested on QA environment(bzperfweb01.app.qa) with version(4.4.10044-2, DB: psql) Result: Pass
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.