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
|
|
@ -17,6 +17,7 @@
|
|||
- remove caching behavior, will always send content to the client if they ask
|
||||
- fix: can't turn off Is Group Admin setting
|
||||
- Check correct IP for spectre connections
|
||||
- Inbox messages sent by Data Forms add sent by user
|
||||
|
||||
7.4.5
|
||||
- fix: Apostrophy incorrectly escaped as double quote in some places
|
||||
|
|
|
|||
|
|
@ -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