Commit 3588c7d3 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 382037: Default CC is ignored when a bug is created via the webservice

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent 23c0a8a1
......@@ -623,7 +623,7 @@ sub _check_bug_status {
sub _check_cc {
my ($invocant, $component, $ccs) = @_;
return [] unless $ccs;
return [map {$_->id} @{$component->initial_cc}] unless $ccs;
my %cc_ids;
foreach my $person (@$ccs) {
......
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