Commit 41f1a258 authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 175222: Add product and component fields to change mails; patch by…

Patch for bug 175222: Add product and component fields to change mails; patch by Sergei Chechetkin <csl@sunbay.com>, r=wurblzap, a=justdave.
parent 53345983
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment