diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl index 8317a059f..12f412870 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -191,6 +191,7 @@ END; [% CASE constants.FIELD_TYPE_USER %] [%# single user %] + <input type="hidden" name="defined_[% name FILTER html %]" value="[% value FILTER html %]"> [% INCLUDE global/userselect.html.tmpl id = name name = name @@ -200,6 +201,7 @@ END; [% CASE constants.FIELD_TYPE_USERS %] [%# multiple users %] + <input type="hidden" name="defined_[% name FILTER html %]" value="[% value.join(", ") FILTER html %]"> [% INCLUDE global/userselect.html.tmpl id = name name = name |