------------------------------------------------------------------------------ To reply, visit https://hellosplat.com/s/beanbag/tickets/4420/ ------------------------------------------------------------------------------
New ticket #4420 by glob For Beanbag, Inc. > Review Board Status: New Tags: Priority:Medium, Type:Defect ------------------------------------------------------------------------------ Bugzilla info panel contains python unicode objects. eg. Status: (u'ASSIGNED',) ============================================================================== # What version are you running? 2.5.4 # What's the URL of the page containing the problem? https://reviewboard.mozilla.org/r/6863/ # What steps will reproduce the problem? 1. visit https://reviewboard.mozilla.org/r/6863/ (or any other review request) 2. hover over bug number # What is broken? the bug info panel contains: 1153053: (u'Implement command to submit reviews to MozReview using git-cinnabar',) Status: (u'ASSIGNED',) etc.. # Please provide any additional information below. the fix for this involves casting the response from bugzilla to a string. pretty straight forward. note: the rest request can be improved by requesting just the fields that review board requires (the default is to return all fields, which can be expensive). i have a work around for our instance in https://reviewboard.mozilla.org/r/56588/diff/1 most of which i plan on providing as a patch for review board itself once i find some time. ------------------------------------------------------------------------------ -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/reviewboard-issues. For more options, visit https://groups.google.com/d/optout.
