From: myk%mozilla.org <> Date: Thu, 31 Mar 2005 10:52:31 +0000 (+0000) Subject: Followup fix for bug 284446: add hook inside enter bug form so that test runner and... X-Git-Tag: bugzilla-2.19.3~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b7fca4465afeced6cb4120ebe11154a6ea46389;p=thirdparty%2Fbugzilla.git Followup fix for bug 284446: add hook inside enter bug form so that test runner and other applications can insert form controls that collect additional data about the bug being created. --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index a1a7d2f063..b4353a387c 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -384,6 +384,9 @@ function set_assign_to() { + [%# Form controls for entering additional data about the bug being created. %] + [% Hook.process("form") %] +