Commit 96096a04 authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 1196858: Custom fields disappear when committing changes to a bug

r=gerv a=sgreen
parent 07a68c6d
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
# defined by the Mozilla Public License, v. 2.0. # defined by the Mozilla Public License, v. 2.0.
#%] #%]
[% USE Bugzilla %]
[% PROCESS bug/time.html.tmpl %] [% PROCESS bug/time.html.tmpl %]
[% IF Param('comment_taggers_group') %] [% IF Param('comment_taggers_group') %]
...@@ -611,7 +612,6 @@ ...@@ -611,7 +612,6 @@
<td id="show_dependency_tree_or_graph"> <td id="show_dependency_tree_or_graph">
Show dependency <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">tree</a> Show dependency <a href="showdependencytree.cgi?id=[% bug.bug_id %]&amp;hide_resolved=1">tree</a>
[% USE Bugzilla %]
[% IF Bugzilla.localconfig.webdotbase %] [% IF Bugzilla.localconfig.webdotbase %]
/&nbsp;<a href="showdependencygraph.cgi?id=[% bug.bug_id %]">graph</a> /&nbsp;<a href="showdependencygraph.cgi?id=[% bug.bug_id %]">graph</a>
[% END %] [% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment