Commit 66b20d9e authored by Frédéric Buclin's avatar Frédéric Buclin

Bug 780683: Tags are duplicated in buglists if a search criteria involves a user…

Bug 780683: Tags are duplicated in buglists if a search criteria involves a user field external to the 'bugs' table r=dkl a=LpSolit
parent 6dddd9e4
......@@ -545,7 +545,7 @@ sub COLUMNS {
'longdescs.count' => 'COUNT(DISTINCT map_longdescs_count.comment_id)',
tag => $dbh->sql_group_concat($dbh->sql_string_concat('map_tag.name')),
tag => $dbh->sql_group_concat('DISTINCT ' . $dbh->sql_string_concat('map_tag.name')),
);
# Backward-compatibility for old field names. Goes new_name => old_name.
......
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