]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 986141 - As part of bug 513212, the see_also field still displays in enter_bug...
authorDavid Lawrence <dkl@mozilla.com>
Fri, 21 Mar 2014 14:13:19 +0000 (14:13 +0000)
committerDavid Lawrence <dkl@mozilla.com>
Fri, 21 Mar 2014 14:13:19 +0000 (14:13 +0000)
r/a=glob

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

index d3f56d00c413075f7b7706d1d686e3d8ad3bb4a3..d1e71fde96edd335e3c4f1f7086322c25cca5bd0 100644 (file)
@@ -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">