From: lpsolit%gmail.com <>
Date: Wed, 27 Dec 2006 09:00:21 +0000 (+0000)
Subject: Bug 364951: post_bug.cgi does not validate due to invalid id for "Reassign bug to...
X-Git-Tag: bugzilla-2.23.4~125
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebeb2f54a4318173d6acbd589b00cf35422a445d;p=thirdparty%2Fbugzilla.git
Bug 364951: post_bug.cgi does not validate due to invalid id for "Reassign bug to ..." - Patch by Reed Loden r=LpSolit a=justdave
---
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 94b222d06a..a3b274b05c 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -85,6 +85,7 @@
[% 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