diff options
author | Pami Ketolainen <pami.ketolainen@gmail.com> | 2013-04-11 15:16:20 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-04-11 15:16:20 +0200 |
commit | 294cff651d72e07b573651bffea4c3c7acf3934a (patch) | |
tree | 868587872d1cf451e568c2c2a3f7e528f87cd4a8 /query.cgi | |
parent | 28452a3f403a2f7a8dde0dff8c60492fdbbb31f3 (diff) | |
download | bugzilla-294cff651d72e07b573651bffea4c3c7acf3934a.tar.gz bugzilla-294cff651d72e07b573651bffea4c3c7acf3934a.tar.xz |
Bug 860723: Custom fields are shown twice in report axis selectors
r/a=LpSolit
Diffstat (limited to 'query.cgi')
-rwxr-xr-x | query.cgi | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -261,13 +261,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'); |