diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/new_product_groups.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/new_product_groups.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/new_product_groups.html.tmpl index 29658faed..d3e4c4574 100644 --- a/extensions/BugModal/template/en/default/bug_modal/new_product_groups.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/new_product_groups.html.tmpl @@ -44,6 +44,9 @@ [% FOREACH g = group_set %] <div> + [% IF g.checked %] + <input type="hidden" name="defined_groups" value="[% g.name FILTER html %]"> + [% END %] <input type="checkbox" value="[% g.name FILTER html %]" id="group_[% g.id FILTER none %]" [%= IF enabled %]name="groups"[% END %] |