зеркало из https://github.com/mozilla/pjs.git
Bug 288985: cannot remove users from the CC list - Patch by Frederic Buclin <LpSolit@gmail.com> r=mkanat a=myk
This commit is contained in:
Родитель
adbc4adc07
Коммит
0724eaddb2
|
@ -363,7 +363,9 @@ sub ProcessOneBug($$) {
|
|||
# You can't stop being the reporter, and mail isn't sent if you
|
||||
# remove your vote.
|
||||
if ($what eq "CC") {
|
||||
push(@{$recipients{DBNameToIdAndCheck($old)}}, REL_CC);
|
||||
foreach my $cc_user (split(/[\s,]+/, $old)) {
|
||||
push(@{$recipients{DBNameToIdAndCheck($cc_user)}}, REL_CC);
|
||||
}
|
||||
}
|
||||
elsif ($what eq "QAContact") {
|
||||
push(@{$recipients{DBNameToIdAndCheck($old)}}, REL_QA);
|
||||
|
|
Загрузка…
Ссылка в новой задаче