finalized Group code with migration and upgrade log
This commit is contained in:
parent
759ec7bcf0
commit
2f5dab37d2
9 changed files with 124 additions and 62 deletions
|
|
@ -356,7 +356,7 @@ sub send {
|
|||
my $group = WebGUI::Group->new($self->session, $group);
|
||||
$self->{_message}->head->replace("bcc", undef);
|
||||
$self->{_message}->head->replace("cc", undef);
|
||||
foreach my $userId (@{$group->getUsers(1,1)}) {
|
||||
foreach my $userId (@{$group->getAllUsers(1)}) {
|
||||
my $user = WebGUI::User->new($self->session, $userId);
|
||||
if ($user->profileField("email")) {
|
||||
$self->{_message}->head->replace("To",$user->profileField("email"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue