Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3777 by vlov...@gmail.com: settings bugs_closed to an array causes the array to be serialized to a string
https://code.google.com/p/reviewboard/issues/detail?id=3777

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

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.

Reply via email to