From: lpsolit%gmail.com <> Date: Fri, 2 May 2008 01:13:36 +0000 (+0000) Subject: Bug 431721: email_in.pl should automatically set @confirm_product_change = 1 when... X-Git-Tag: bugzilla-3.0.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f64669112c4c7348017edd5b78c73c3d71057fb5;p=thirdparty%2Fbugzilla.git Bug 431721: email_in.pl should automatically set @confirm_product_change = 1 when @product is defined - Patch by Frédéric Buclin r/a=mkanat --- 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) {