Bug 28398 Gotta be more careful when emailing state changes of dependent bugs

Patch by Andr���� Batosti <batosti@async.com.br>
r=lpsolit, a=justdave
This commit is contained in:
bugreport%peshkin.net 2005-10-08 04:58:56 +00:00
Родитель ad5688819e
Коммит fccc3daa87
2 изменённых файлов: 11 добавлений и 7 удалений

Просмотреть файл

@ -1914,9 +1914,9 @@ foreach my $id (@idlist) {
$vars->{'id'} = $k;
$vars->{'type'} = "dep";
# Let the user know we checked to see if we should email notice
# of this change to users with a relationship to the dependent
# bug and who did and didn't receive email about it.
# Let the user (if he is able to see the bug) know we checked to see
# if we should email notice of this change to users with a relationship
# to the dependent bug and who did and didn't receive email about it.
$template->process("bug/process/results.html.tmpl", $vars)
|| ThrowTemplateError($template->error());
$vars->{'header_done'} = 1;

Просмотреть файл

@ -62,6 +62,7 @@
[% BLOCK emails %]
<b>[% description FILTER html %]:</b>
[% IF user.can_see_bug(mailing_bugid) %]
[% IF names.size > 0 %]
[%+ FOREACH name = names %]
[% name FILTER html %][% ", " UNLESS loop.last() %]
@ -69,4 +70,7 @@
[% ELSE %]
no one
[% END %]
[% ELSE %]
(list of e-mails not avaliable)
[% END %]
[% END %]