summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-12-09 08:46:54 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-12-09 08:46:54 +0100
commit8f4c4975d157565acf7f47d96da72369fdae7cf0 (patch)
tree44c95e17d2a058ffe8b6c82607e4c298f0eb887a /extensions
parent89c6b2ba85ec09e1c744cc1b05ead8bd91e36980 (diff)
downloadbugzilla-8f4c4975d157565acf7f47d96da72369fdae7cf0.tar.gz
bugzilla-8f4c4975d157565acf7f47d96da72369fdae7cf0.tar.xz
Bug 1302865 - Bug Modal doesn't seem to work for Mandatory/Mandatory groups
Diffstat (limited to 'extensions')
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl
index 5821372c1..8315f2355 100644
--- a/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl
@@ -55,7 +55,7 @@
<b>Only users in all of the selected groups can view this [% terms.bug %]:</b>
[% END %]
- [% IF group.ingroup %]
+ [% IF group.ingroup && !group.mandatory %]
<input type="hidden" name="defined_groups" value="[% group.name FILTER html %]">
[% END %]