]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1302865 - Bug Modal doesn't seem to work for Mandatory/Mandatory groups
authorDavid Lawrence <dkl@mozilla.com>
Fri, 9 Dec 2016 07:46:54 +0000 (07:46 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 9 Dec 2016 07:46:54 +0000 (07:46 +0000)
extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl

index 5821372c187ccef3fd0fb213a944d0a50b34a846..8315f2355fccd57658f76a48f09fbbe9f858ca0e 100644 (file)
@@ -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 %]