* Calendar: use event title for mails generated via edit popup actions: mail all participants and meeting request

This commit is contained in:
Ralf Becker 2015-10-06 10:49:52 +00:00
parent 04cd0b6b3c
commit 227d69654e

View File

@ -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,