From 63b0ecb066a2bfde2828d77c0c414c57d4b7b1ce Mon Sep 17 00:00:00 2001 From: Mark Côté Date: Mon, 4 May 2015 20:29:09 -0400 Subject: Bug 1158516 - Fetch MozReview summaries by bug. r=glob Instead of issuing separate calls for every MozReview request associated with a given bug, call the new MozReview summaries-by-bug API exactly once. --- template/en/default/bug/show-header.html.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/show-header.html.tmpl b/template/en/default/bug/show-header.html.tmpl index 4fc1ebe0f..6170d7a45 100644 --- a/template/en/default/bug/show-header.html.tmpl +++ b/template/en/default/bug/show-header.html.tmpl @@ -72,6 +72,7 @@ YAHOO.bugzilla.bugUserLastVisit.update([ [% bug.bug_id FILTER none %] ]); [% END %] }); + BUGZILLA.bug_id = [% bug.id FILTER none %]; [% javascript FILTER none %] [% END %] [% END %] -- cgit v1.2.3-24-g4f1b