diff options
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl | 2 |
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 %] |