Commit b5349cda authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 525429: Template hook for verify-new-product

Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
parent b47f92d8
......@@ -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 %]
</td>
[% END %]
[% Hook.process('field') %]
</tr>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment