From 0b740b2896e314ea4237600a075bf972faf7bca2 Mon Sep 17 00:00:00 2001 From: Pami Ketolainen Date: Thu, 11 Apr 2013 15:18:07 +0200 Subject: Bug 860723: Custom fields are shown twice in report axis selectors r/a=LpSolit --- query.cgi | 7 ------- 1 file changed, 7 deletions(-) (limited to 'query.cgi') diff --git a/query.cgi b/query.cgi index bfb79e52c..26c26049d 100755 --- a/query.cgi +++ b/query.cgi @@ -248,13 +248,6 @@ if (($cgi->param('query_format') || $cgi->param('format') || "") $vars->{'category'} = Bugzilla::Chart::getVisibleSeries(); } -if ($cgi->param('format') && $cgi->param('format') =~ /^report-(table|graph)$/) { - # Get legal custom fields for tabular and graphical reports. - my @custom_fields_for_reports = - grep { $_->type == FIELD_TYPE_SINGLE_SELECT } Bugzilla->active_custom_fields; - $vars->{'custom_fields'} = \@custom_fields_for_reports; -} - $vars->{'known_name'} = $cgi->param('known_name'); $vars->{'columnlist'} = $cgi->param('columnlist'); -- cgit v1.2.3-24-g4f1b