From 1d96fa1689470945545ac8e0f239357185e832a7 Mon Sep 17 00:00:00 2001 From: Pami Ketolainen Date: Fri, 13 Mar 2015 14:23:54 -0400 Subject: Bug 1062718 - add the ability to disable sending of mail when updating bugs r=dylan,a=sgreen --- template/en/default/bug/edit.html.tmpl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'template/en/default/bug') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 6bb75b985..f23c6b85c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1240,6 +1240,13 @@
+ [% IF Param('minor_update_group') && user.in_group(Param('minor_update_group')) %] +
+ + + [% END %]
[% END %] [% END %] -- cgit v1.2.3-24-g4f1b