summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-08-24 23:25:05 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-08-24 23:25:05 +0200
commit96096a048ea2b96f60c8c7d9d7fe6e7de2d5750b (patch)
treec4ede5aa0530380a254155b7e7b7d1c154e61055 /template
parent07a68c6d4fa62432c9668176b4876133d45cce0e (diff)
downloadbugzilla-96096a048ea2b96f60c8c7d9d7fe6e7de2d5750b.tar.gz
bugzilla-96096a048ea2b96f60c8c7d9d7fe6e7de2d5750b.tar.xz
Bug 1196858: Custom fields disappear when committing changes to a bug
r=gerv a=sgreen
Diffstat (limited to 'template')
-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 460b5b697..f21e840ba 100644
--- a/template/en/default/bug/edit.html.tmpl
+++ b/template/en/default/bug/edit.html.tmpl
@@ -6,6 +6,7 @@
# defined by the Mozilla Public License, v. 2.0.
#%]
+[% USE Bugzilla %]
[% PROCESS bug/time.html.tmpl %]
[% IF Param('comment_taggers_group') %]
@@ -611,7 +612,6 @@
<td id="show_dependency_tree_or_graph">
Show dependency <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">tree</a>
- [% USE Bugzilla %]
[% IF Bugzilla.localconfig.webdotbase %]
/&nbsp;<a href="showdependencygraph.cgi?id=[% bug.bug_id %]">graph</a>
[% END %]