]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 525429: Template hook for verify-new-product
authormkanat%bugzilla.org <>
Wed, 18 Nov 2009 07:18:54 +0000 (07:18 +0000)
committermkanat%bugzilla.org <>
Wed, 18 Nov 2009 07:18:54 +0000 (07:18 +0000)
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat

template/en/default/bug/process/verify-new-product.html.tmpl

index 2eeb9277e3d9ebfee3e1ffeb3bb6c85496776a89..1cc186c449763f6ce82becac7ae8db098a19424e 100644 (file)
@@ -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('|') _ '$' %]
                  size=10 %]
       </td>
     [% END %]
+    [% Hook.process('field') %]
   </tr>
 </table>