add sent by to data form messages sent via inbox
This commit is contained in:
parent
3ea18fc8d4
commit
77d5866741
2 changed files with 2 additions and 0 deletions
|
|
@ -763,6 +763,7 @@ sub sendEmail {
|
|||
WebGUI::Inbox->new($self->session)->addMessage({
|
||||
userId=>$userId,
|
||||
groupId=>$groupId,
|
||||
sentBy => $self->session->user->userId,
|
||||
subject=>$subject,
|
||||
message=>$message,
|
||||
status=>'complete'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue