Fix Bugzilla status and summary in infoboxes
Review Request #8253 — Created June 20, 2016 and submitted
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.
Description | From | Last Updated |
---|---|---|
Typo in your description: we're -> were |
david |
-
Tool: PEP8 Style Checker Processed Files: reviewboard/hostingsvcs/bugzilla.py Tool: Pyflakes Processed Files: reviewboard/hostingsvcs/bugzilla.py
- Description:
-
For some reason (likely a typo), the summary and status fields from
~ Bugzilla we're being serialized to tuples. This patch fixes that and ~ 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.