summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/edit.html.tmpl
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:51:46 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-06-26 20:51:46 +0200
commit9b3041428e1e2d7fb1d7ff02ff8023bf6fe33b0d (patch)
tree4076fb2f269934b0d9e2f9cef4f19e7195f7af71 /template/en/default/bug/edit.html.tmpl
parentff5ce68630cc5744d77d9fd54be7df7ed7b26950 (diff)
downloadbugzilla-9b3041428e1e2d7fb1d7ff02ff8023bf6fe33b0d.tar.gz
bugzilla-9b3041428e1e2d7fb1d7ff02ff8023bf6fe33b0d.tar.xz
Bug 768573: Templates must INCLUDE bug/field.html.tmpl instead of PROCESS'ing it
r=glob a=LpSolit
Diffstat (limited to 'template/en/default/bug/edit.html.tmpl')
-rw-r--r--template/en/default/bug/edit.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl
index bdee83806..99f513168 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -919,7 +919,7 @@
[% USE Bugzilla %]
[% FOREACH field = Bugzilla.active_custom_fields %]
<tr>
- [% PROCESS bug/field.html.tmpl value = bug.${field.name}
+ [% INCLUDE bug/field.html.tmpl value = bug.${field.name}
editable = bug.check_can_change_field(field.name, 0, 1)
value_span = 2 %]
</tr>