diff options
author | Mark Côté <mcote@alumni.uwaterloo.ca> | 2015-05-05 02:29:09 +0200 |
---|---|---|
committer | Mark Côté <mcote@alumni.uwaterloo.ca> | 2015-05-05 17:23:39 +0200 |
commit | 63b0ecb066a2bfde2828d77c0c414c57d4b7b1ce (patch) | |
tree | b081a1be30a94ba88a1bcf526d73e87210a27f34 /template/en/default | |
parent | 27db7bb9aabe7a411d701ffbd9989e1ef11a9651 (diff) | |
download | bugzilla-63b0ecb066a2bfde2828d77c0c414c57d4b7b1ce.tar.gz bugzilla-63b0ecb066a2bfde2828d77c0c414c57d4b7b1ce.tar.xz |
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.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/show-header.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
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 %] |