mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
* Calendar: use event title for mails generated via edit popup actions: mail all participants and meeting request
This commit is contained in:
parent
5c812f8c9a
commit
658dcb121e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user