Bug 306130 Search for attachment creation fails

Patch by Joel Peshkin <bugreport@peshkin.net>
r,a=justfave
This commit is contained in:
bugreport%peshkin.net 2005-11-15 20:47:01 +00:00
Родитель 18f06c31b3
Коммит 5340e68cb9
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -771,6 +771,11 @@ sub init {
"ON groups_$chartid.id = bug_group_map_$chartid.group_id");
$f = "groups_$chartid.name";
},
"^attach_data\.thedata,changed" => sub {
# Searches for attachment data's change must search
# the creation timestamp of the attachment instead.
$f = "attachments.whocares";
},
"^attach_data\.thedata," => sub {
my $atable = "attachments_$chartid";
my $dtable = "attachdata_$chartid";