Bug 323905: "Group" "isn't equal to" boolean chart does not work correctly - Patch by Joel Peshkin <bugreport@peshkin.net> r=vladd a=myk

This commit is contained in:
lpsolit%gmail.com 2006-03-08 21:52:31 +00:00
Родитель 7ad56859b4
Коммит 16bb5b7281
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -766,11 +766,14 @@ sub init {
push(@supptables,
"LEFT JOIN bug_group_map AS bug_group_map_$chartid " .
"ON bugs.bug_id = bug_group_map_$chartid.bug_id");
$ff = $f = "groups_$chartid.name";
my $ref = $funcsbykey{",$t"};
&$ref;
push(@supptables,
"LEFT JOIN groups AS groups_$chartid " .
"ON groups_$chartid.id = bug_group_map_$chartid.group_id");
$f = "groups_$chartid.name";
"ON groups_$chartid.id = bug_group_map_$chartid.group_id " .
"AND $term");
$term = "$ff IS NOT NULL";
},
"^attach_data\.thedata,changed" => sub {
# Searches for attachment data's change must search