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
|
- remove caching behavior, will always send content to the client if they ask
|
||||||
- fix: can't turn off Is Group Admin setting
|
- fix: can't turn off Is Group Admin setting
|
||||||
- Check correct IP for spectre connections
|
- Check correct IP for spectre connections
|
||||||
|
- Inbox messages sent by Data Forms add sent by user
|
||||||
|
|
||||||
7.4.5
|
7.4.5
|
||||||
- fix: Apostrophy incorrectly escaped as double quote in some places
|
- fix: Apostrophy incorrectly escaped as double quote in some places
|
||||||
|
|
|
||||||
|
|
@ -763,6 +763,7 @@ sub sendEmail {
|
||||||
WebGUI::Inbox->new($self->session)->addMessage({
|
WebGUI::Inbox->new($self->session)->addMessage({
|
||||||
userId=>$userId,
|
userId=>$userId,
|
||||||
groupId=>$groupId,
|
groupId=>$groupId,
|
||||||
|
sentBy => $self->session->user->userId,
|
||||||
subject=>$subject,
|
subject=>$subject,
|
||||||
message=>$message,
|
message=>$message,
|
||||||
status=>'complete'
|
status=>'complete'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue