From: mkanat%bugzilla.org <> Date: Wed, 18 Nov 2009 07:18:54 +0000 (+0000) Subject: Bug 525429: Template hook for verify-new-product X-Git-Tag: bugzilla-3.5.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5349cdaca64ff48527fde698f781129a3b7e027;p=thirdparty%2Fbugzilla.git Bug 525429: Template hook for verify-new-product Patch by Max Kanat-Alexander r=dkl, a=mkanat --- diff --git a/template/en/default/bug/process/verify-new-product.html.tmpl b/template/en/default/bug/process/verify-new-product.html.tmpl index 2eeb9277e3..1cc186c449 100644 --- a/template/en/default/bug/process/verify-new-product.html.tmpl +++ b/template/en/default/bug/process/verify-new-product.html.tmpl @@ -42,6 +42,7 @@ [% IF verify_bug_groups %] [% exclude_items.push('bit-\d+') %] [% END %] +[% Hook.process('exclude') %] [% PROCESS "global/hidden-fields.html.tmpl" exclude = '^' _ exclude_items.join('|') _ '$' %] @@ -110,6 +111,7 @@ size=10 %] [% END %] + [% Hook.process('field') %]