Commit ace77744 authored by David Lawrence's avatar David Lawrence

Bug 986141 - As part of bug 513212, the see_also field still displays in…

Bug 986141 - As part of bug 513212, the see_also field still displays in enter_bug,cgi even if use_see_also param is disabled r/a=glob
parent 1327ff9a
......@@ -626,14 +626,16 @@ TUI_hide_default('attachment_text_field');
</tr>
[% END %]
<tr>
[% INCLUDE bug/field.html.tmpl
bug = default
field = bug_fields.see_also
editable = 1
value = see_also
%]
</tr>
[% IF Param('use_see_also') %]
<tr>
[% INCLUDE bug/field.html.tmpl
bug = default
field = bug_fields.see_also
editable = 1
value = see_also
%]
</tr>
[% END %]
</tbody>
<tbody class="expert_fields">
......
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