Commit 64c90c2e authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric Buclin…

Bug 323721: [PostgreSQL] New charts feature crashes - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
parent 3bab091d
......@@ -395,7 +395,7 @@ sub getVisibleSeries {
" AND cgm.group_id NOT IN($grouplist) " .
"WHERE creator = " . Bugzilla->user->id . " OR " .
" cgm.category_id IS NULL " .
$dbh->sql_group_by('series_id', 'cc1.name, cc2.name, ' .
$dbh->sql_group_by('series.series_id', 'cc1.name, cc2.name, ' .
'series.name'));
foreach my $series (@$serieses) {
my ($cat, $subcat, $name, $series_id) = @$series;
......
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