Fix Bugzilla status and summary in infoboxes
Review Request #8253 — Created June 20, 2016 and submitted — Latest diff uploaded
For some reason (likely a typo), the summary and status fields from
Bugzilla were being serialized to tuples. This patch fixes that and
also only queries Bugzilla for the summary and status fields to save on
bandwidth and computation server-side.
- Linked RB to bugzilla.mozilla.org. Saw that the status and summary
were fixed. - Ran unit tests.