From b3abb85013982986b77f540b3f47d55f3578fd90 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 31 Jul 2012 18:41:44 +0200 Subject: Bug 768573: bug/field.html.tmpl overrides the 'hidden' variable, causing some field labels to be hidden by accident r=glob a=LpSolit --- template/en/default/bug/field.html.tmpl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/field.html.tmpl b/template/en/default/bug/field.html.tmpl index 1f0ea175a..88a5adba8 100644 --- a/template/en/default/bug/field.html.tmpl +++ b/template/en/default/bug/field.html.tmpl @@ -21,14 +21,14 @@ # with default field values being displayed on a page. #%] -[% SET hidden = 0 %] -[% IF bug AND !field.is_visible_on_bug(bug) %] - [% SET hidden = 1 %] -[% END %] - [% IF NOT no_tds %] - [% PROCESS "bug/field-label.html.tmpl" %] - [% END %] -- cgit v1.2.3-24-g4f1b