]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1196858: Custom fields disappear when committing changes to a bug
authorFrédéric Buclin <LpSolit@gmail.com>
Mon, 24 Aug 2015 21:25:05 +0000 (23:25 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 24 Aug 2015 21:25:05 +0000 (23:25 +0200)
r=gerv a=sgreen

template/en/default/bug/edit.html.tmpl

index 460b5b69747ad666a4f4540ee5143685bb9d790c..f21e840baf618dde1a1a55523c0fb6c9ad3d0ff6 100644 (file)
@@ -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') %]
       <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 %]