From 2b8db9971cd029465b994ba4da5e4a896c206035 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Wed, 15 Dec 2010 14:06:01 -0800 Subject: Bug 619466: Make searching by work_time search the total time on the bug instead of searching the time on individual comments. r=mkanat, a=mkanat (module owner) --- xt/lib/Bugzilla/Test/Search.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xt/lib/Bugzilla/Test/Search.pm') diff --git a/xt/lib/Bugzilla/Test/Search.pm b/xt/lib/Bugzilla/Test/Search.pm index 42882bea9..857af6cb3 100644 --- a/xt/lib/Bugzilla/Test/Search.pm +++ b/xt/lib/Bugzilla/Test/Search.pm @@ -617,7 +617,7 @@ sub _create_one_bug { my $extra_values = $self->_extra_bug_create_values->{$number}; foreach my $field (qw(comments remaining_time percentage_complete keyword_objects everconfirmed dependson blocked - groups_in classification)) + groups_in classification actual_time)) { $extra_values->{$field} = $bug->$field; } -- cgit v1.2.3-24-g4f1b