Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ivan Ivlev
bugzilla
Commits
b5349cda
Commit
b5349cda
authored
Nov 18, 2009
by
mkanat%bugzilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 525429: Template hook for verify-new-product
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
parent
b47f92d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
verify-new-product.html.tmpl
template/en/default/bug/process/verify-new-product.html.tmpl
+2
-0
No files found.
template/en/default/bug/process/verify-new-product.html.tmpl
View file @
b5349cda
...
@@ -42,6 +42,7 @@
...
@@ -42,6 +42,7 @@
[% IF verify_bug_groups %]
[% IF verify_bug_groups %]
[% exclude_items.push('bit-\d+') %]
[% exclude_items.push('bit-\d+') %]
[% END %]
[% END %]
[% Hook.process('exclude') %]
[% PROCESS "global/hidden-fields.html.tmpl"
[% PROCESS "global/hidden-fields.html.tmpl"
exclude = '^' _ exclude_items.join('|') _ '$' %]
exclude = '^' _ exclude_items.join('|') _ '$' %]
...
@@ -110,6 +111,7 @@
...
@@ -110,6 +111,7 @@
size=10 %]
size=10 %]
</td>
</td>
[% END %]
[% END %]
[% Hook.process('field') %]
</tr>
</tr>
</table>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment