From f64669112c4c7348017edd5b78c73c3d71057fb5 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 2 May 2008 01:13:36 +0000 Subject: [PATCH] =?utf8?q?Bug=20431721:=20email=5Fin.pl=20should=20automat?= =?utf8?q?ically=20set=20@confirm=5Fproduct=5Fchange=20=3D=201=20when=20@p?= =?utf8?q?roduct=20is=20defined=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83?= =?utf8?q?=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- email_in.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/email_in.pl b/email_in.pl index 5d1368e4a3..0c97af36f4 100644 --- a/email_in.pl +++ b/email_in.pl @@ -209,9 +209,10 @@ sub process_bug { } # Make sure we don't get prompted if we have to change the default - # groups. + # groups and if all other fields are already correctly set. if ($fields{'product'}) { $fields{'addtonewgroup'} = 0; + $fields{'confirm_product_change'} = 1; } foreach my $field (REQUIRED_PROCESS_FIELDS) { -- 2.47.2