mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Calendar - Allow to save alarms for all participants
This commit is contained in:
parent
6a760e193d
commit
e525f7d5e3
@ -1334,8 +1334,8 @@ class calendar_boupdate extends calendar_bo
|
|||||||
// remove alarms belonging to not longer existing or rejected participants
|
// remove alarms belonging to not longer existing or rejected participants
|
||||||
if ($alarm['owner'] && isset($expanded['participants']))
|
if ($alarm['owner'] && isset($expanded['participants']))
|
||||||
{
|
{
|
||||||
// Don't auto-delete alarm if created by event owner
|
// Don't auto-delete alarm if for all users
|
||||||
if($alarm['all'] && $alarm['owner'] == $event['owner']) continue;
|
if($alarm['all']) continue;
|
||||||
|
|
||||||
$status = $expanded['participants'][$alarm['owner']];
|
$status = $expanded['participants'][$alarm['owner']];
|
||||||
if (!isset($status) || calendar_so::split_status($status) === 'R')
|
if (!isset($status) || calendar_so::split_status($status) === 'R')
|
||||||
|
Loading…
Reference in New Issue
Block a user