forked from extern/egroupware
* Calendar: use event title for mails generated via edit popup actions: mail all participants and meeting request
This commit is contained in:
parent
04cd0b6b3c
commit
227d69654e
@ -1144,7 +1144,7 @@ class calendar_uiforms extends calendar_ui
|
||||
'menuaction' => 'mail.mail_compose.compose',
|
||||
'mimeType' => 'plain', // force type to plain as thunderbird seems to try to be smart while parsing html messages with ics attachments
|
||||
'preset[to]' => $to,
|
||||
'preset[subject]' => $subject,
|
||||
'preset[subject]' => $event['title'],
|
||||
'preset[body]' => $body,
|
||||
'preset[name]' => 'event.ics',
|
||||
'preset[file]' => $ics_file,
|
||||
|
Loading…
Reference in New Issue
Block a user