зеркало из https://github.com/mozilla/pjs.git
Bug 178189 - when filing a new bug, the generated bugmail doesn't include
product/component r=justdave, myk a=justdave
This commit is contained in:
Родитель
38a16a5d4e
Коммит
e6f4d9fbe4
|
@ -108,6 +108,9 @@ sub ProcessOneBug {
|
|||
foreach my $i (@::log_columns) {
|
||||
$values{$i} = shift(@row);
|
||||
}
|
||||
$values{product} = get_product_name($values{product_id});
|
||||
$values{component} = get_component_name($values{component_id});
|
||||
|
||||
my ($start, $end) = (@row);
|
||||
# $start and $end are considered safe because users can't touch them
|
||||
trick_taint($start);
|
||||
|
|
Загрузка…
Ссылка в новой задаче