diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-13 10:59:22 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-13 10:59:22 +0200 |
commit | de34aedc30cce1d9dcbe45394e795467b3502018 (patch) | |
tree | 1b0736394290ae24a8387e101ed223419185f065 /extensions/BugModal/template/en | |
parent | dd1071f93f5dc4dbbe33763b99f74c3e744ab668 (diff) | |
download | bugzilla-de34aedc30cce1d9dcbe45394e795467b3502018.tar.gz bugzilla-de34aedc30cce1d9dcbe45394e795467b3502018.tar.xz |
Bug 1182500: Clearing group flag doesn't work when also moving bug to a different component
Diffstat (limited to 'extensions/BugModal/template/en')
-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 %] |