]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 364951: post_bug.cgi does not validate due to invalid id for "Reassign bug to...
authorlpsolit%gmail.com <>
Wed, 27 Dec 2006 09:01:43 +0000 (09:01 +0000)
committerlpsolit%gmail.com <>
Wed, 27 Dec 2006 09:01:43 +0000 (09:01 +0000)
template/en/default/bug/edit.html.tmpl
template/en/default/bug/knob.html.tmpl

index 8667ea1564181a6c99cfbcafb671bdfb577b7a49..3aaf43818766bed75100710636598bf700655f19 100644 (file)
             </td>
             <td>
                [% INCLUDE global/userselect.html.tmpl
+                  id => "newcc"
                   name => "newcc"
                   value => ""
                   accesskey => "a"
              </td>
              <td colspan="7">
                [% INCLUDE global/userselect.html.tmpl
+                  id => "qa_contact"
                   name => "qa_contact"
                   value => bug.qa_contact.login
                   accesskey => "q"
index c76251ae97918cb6da74fb2c22624928fc1fd577..ac82550d3439283cd1d39343ade72c033b9f9fbc 100644 (file)
@@ -99,6 +99,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