3777: settings bugs_closed to an array causes the array to be serialized to a string

vlo****@gmai***** (Google Code) (Is this you? Claim this profile.)
What version are you running?
RBTool 0.7.1 & reviewboard 2.0.13

What's the URL of the page containing the problem?
N/A

What steps will reproduce the problem?
1.  review_draft.update(bugs_closed=['1234'], public=True)

What is the expected output? What do you see instead?
I expect reviewboard to properly set bugs_closed to 1234.  Instead it's set to the string [u"[u"234"]"].  Similarly, if I were to set it to ['1234', '456'] I would expect '1234', '45' in the UI & 1234 & 45 as separate defects when iterating in the API.

What operating system are you using? What browser?
Python 2.7
david
#1 david
  • +Component-RBTools
david
#2 david
  • -reviewboard
    +rbtools