From: myk%mozilla.org <> Date: Thu, 7 Nov 2002 10:45:47 +0000 (+0000) Subject: Fix for bug 174731: no longer represents spurious flags as being set by default. X-Git-Tag: bugzilla-2.17.1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=562dacaa63d205744afbf2df60d626c363ae2a56;p=thirdparty%2Fbugzilla.git Fix for bug 174731: no longer represents spurious flags as being set by default. r=joel --- diff --git a/bug_form.pl b/bug_form.pl index f0ad8e377e..0e6b4547de 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -214,6 +214,7 @@ sub show_bug { foreach my $flag_type (@$flag_types) { $flag_type->{'flags'} = Bugzilla::Flag::match({ 'bug_id' => $id , + 'type_id' => $flag_type->{'id'} , 'target_type' => 'bug' }); } $vars->{'flag_types'} = $flag_types;