summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-05-20 07:16:59 +0200
committerByron Jones <glob@mozilla.com>2014-05-20 07:16:59 +0200
commit5929fb98320aa73bbd0b01bbe85a3984e5194a87 (patch)
tree52f67e923a9650535a3c66b0229784fce15ab716 /template/en/default/bug
parent9365f5f3c2720e0eaa0fb7ee40a0c5b201287843 (diff)
downloadbugzilla-5929fb98320aa73bbd0b01bbe85a3984e5194a87.tar.gz
bugzilla-5929fb98320aa73bbd0b01bbe85a3984e5194a87.tar.xz
Bug 504461: Allow everyone to make bugs security-sensitive retroactively
Diffstat (limited to 'template/en/default/bug')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index fe6b27bc7..ca9622b3a 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -200,6 +200,8 @@
[% END %]
</td>
<td>
+ [%# BMO hook for adding custom group visibility %]
+ [% Hook.process('before_restrict_visibility', 'bug/edit.html.tmpl') %]
[% PROCESS section_restrict_visibility %]
</td>
</tr></table>