diff options
-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 d60d1ef67..966cefdcf 100644 --- a/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/groups.html.tmpl @@ -52,7 +52,7 @@ || user.in_group(bug.product_obj.default_security_group) || (user.id != bug.reporter.id && !user.in_group('editbugs')) %] <div> - <input type="checkbox" name="groups"I class="restrict_sensitive" + <input type="checkbox" name="groups" class="restrict_sensitive" value="[% bug.product_obj.default_security_group FILTER none %]" id="group_[% bug.product_obj.default_security_group_obj.id FILTER html %]"> <label for="group_[% bug.product_obj.default_security_group_obj.id FILTER html %]" |