diff options
author | Byron Jones <glob@mozilla.com> | 2015-05-27 19:11:08 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-05-27 19:11:08 +0200 |
commit | f199f669219d8e1b1ddcea024451c77067b674c9 (patch) | |
tree | 72283bb33429f2333e9bdbcac00e229ad3c433fa /extensions/BugModal/template | |
parent | 39cc0653a187666e8a5c3a88ef2b606776c71b86 (diff) | |
download | bugzilla-f199f669219d8e1b1ddcea024451c77067b674c9.tar.gz bugzilla-f199f669219d8e1b1ddcea024451c77067b674c9.tar.xz |
Bug 1168900: "Can't call method "id" on unblessed reference" when changing component for a bug
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/field.html.tmpl | 1 |
1 files changed, 0 insertions, 1 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 ec2b57593..b11152bf1 100644 --- a/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/field.html.tmpl @@ -192,7 +192,6 @@ 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 |