From: lpsolit%gmail.com <> Date: Wed, 27 Dec 2006 09:01:43 +0000 (+0000) Subject: Bug 364951: post_bug.cgi does not validate due to invalid id for "Reassign bug to... X-Git-Tag: bugzilla-2.22.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=539b1a87e41b0e6833419c896cbcc4cbf039463e;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/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 8667ea1564..3aaf438187 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -298,6 +298,7 @@ [% INCLUDE global/userselect.html.tmpl + id => "newcc" name => "newcc" value => "" accesskey => "a" @@ -345,6 +346,7 @@ [% INCLUDE global/userselect.html.tmpl + id => "qa_contact" name => "qa_contact" value => bug.qa_contact.login accesskey => "q" diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl index c76251ae97..ac82550d34 100644 --- a/template/en/default/bug/knob.html.tmpl +++ b/template/en/default/bug/knob.html.tmpl @@ -99,6 +99,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