diff options
author | lpsolit%gmail.com <> | 2006-12-27 10:00:21 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-12-27 10:00:21 +0100 |
commit | ebeb2f54a4318173d6acbd589b00cf35422a445d (patch) | |
tree | f75d41496e194a66b326237bd5889311739625c7 | |
parent | 8ebdf69df1fbdb26a6667f9ffdbe982c13b76ae7 (diff) | |
download | bugzilla-ebeb2f54a4318173d6acbd589b00cf35422a445d.tar.gz bugzilla-ebeb2f54a4318173d6acbd589b00cf35422a445d.tar.xz |
Bug 364951: post_bug.cgi does not validate due to invalid id for "Reassign bug to ..." <input> - Patch by Reed Loden <reed@reedloden.com> r=LpSolit a=justdave
-rw-r--r-- | template/en/default/bug/knob.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index 94b222d06..a3b274b05 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -85,6 +85,7 @@ </label> [% safe_assigned_to = FILTER js; bug.assigned_to.login; END %] [% INCLUDE global/userselect.html.tmpl + id => "assigned_to" name => "assigned_to" value => bug.assigned_to.login size => 32 |