]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 175222: Add product and component fields to change mails; patch by...
authorjocuri%softhome.net <>
Sun, 5 Dec 2004 22:06:46 +0000 (22:06 +0000)
committerjocuri%softhome.net <>
Sun, 5 Dec 2004 22:06:46 +0000 (22:06 +0000)
Bugzilla/BugMail.pm

index 22f97d365c155be4bf2f11e1a929d88a97906715..0e089fa121000c463ca2d1eb6a27ca4ee9d58143 100644 (file)
@@ -853,6 +853,8 @@ sub NewProcessOnePerson ($$$$$$$$$$$$$) {
     } else {
       $substs{"diffs"} = $difftext . "\n\n" . $newcomments;
     }
+    $substs{"product"} = $values{'product'};
+    $substs{"component"} = $values{'component'};
     $substs{"summary"} = $values{'short_desc'};
     $substs{"reasonsheader"} = join(" ", @reasons);
     $substs{"reasonsbody"} = $reasonsbody;