* 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:36 +00:00
parent 5c812f8c9a
commit 658dcb121e

View File

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