]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 431721: email_in.pl should automatically set @confirm_product_change = 1 when...
authorlpsolit%gmail.com <>
Fri, 2 May 2008 01:13:36 +0000 (01:13 +0000)
committerlpsolit%gmail.com <>
Fri, 2 May 2008 01:13:36 +0000 (01:13 +0000)
email_in.pl

index 5d1368e4a3c93066fd5f8d9b2bef5acd8fd1e4e3..0c97af36f4cc6bba0c23f7dd5bb441bd6b844603 100644 (file)
@@ -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) {