summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorMark Côté <mcote@alumni.uwaterloo.ca>2015-03-05 17:07:27 +0100
committerMark Côté <mcote@alumni.uwaterloo.ca>2015-03-05 17:14:46 +0100
commit7d75b6edad8cf5e312d32859f64e49538b5c79de (patch)
tree3deaa031bb7fab54c498326dc6b33503b35355a0 /template/en/default/bug
parent8d20ba6e2308484b6685c35a832033fcfff89f17 (diff)
downloadbugzilla-7d75b6edad8cf5e312d32859f64e49538b5c79de.tar.gz
bugzilla-7d75b6edad8cf5e312d32859f64e49538b5c79de.tar.xz
Bug 1102428 - Extension to display MozReview data. r=glob
Add an extension called "MozReview" (and an addition hook to bug/edit.html.tmpl) that displays a table of MozReview request summaries on show_bug if there are any MozReview attachments in the current bug.
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/edit.html.tmpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index 92e7bea70..c9d81b34c 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -187,6 +187,9 @@
<table id="bz_big_form_parts" cellspacing="0" cellpadding="0"><tr>
<td>
+ [%# BMO hook for adding MozReview table %]
+ [% Hook.process("after_bug_data") %]
+
[% IF user.is_timetracker %]
[% PROCESS section_timetracking %]
[% END %]