summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-11-07 08:40:53 +0100
committerByron Jones <bjones@mozilla.com>2012-11-07 08:40:53 +0100
commit40f5156e2e047efb2d863181ae7afb02c460d313 (patch)
tree2c754cf75f59bbbadb81f43e5f031a17509b5a47 /template/en/default/bug/edit.html.tmpl
parent7cd9fd570d61e316e2398a8b9db274d200d73bc4 (diff)
downloadbugzilla-40f5156e2e047efb2d863181ae7afb02c460d313.tar.gz
bugzilla-40f5156e2e047efb2d863181ae7afb02c460d313.tar.xz
Bug 801713: implement "bug shadowing" feature
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index b0c4e510e..5fa8d5e6b 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -938,6 +938,8 @@
[% USE Bugzilla %]
[% FOREACH field = Bugzilla.active_custom_fields(product=>bug.product_obj,component=>bug.component_obj,type=>1) %]
[% NEXT IF NOT user.id AND field.value == "---" %]
+ [% Hook.process('custom_field', 'bug/edit.html.tmpl') %]
+ [% NEXT IF field.hidden %]
<tr>
[% PROCESS bug/field.html.tmpl value = bug.${field.name}
editable = bug.check_can_change_field(field.name, 0, 1)