diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-20 07:16:59 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-20 07:16:59 +0200 |
commit | 5929fb98320aa73bbd0b01bbe85a3984e5194a87 (patch) | |
tree | 52f67e923a9650535a3c66b0229784fce15ab716 /template/en/default/bug | |
parent | 9365f5f3c2720e0eaa0fb7ee40a0c5b201287843 (diff) | |
download | bugzilla-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.tmpl | 2 |
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> |