mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 21:49:28 +01:00
Fix status interference issue for recurring events
This commit is contained in:
parent
30cdad7e50
commit
ebaf0059d3
@ -643,6 +643,7 @@ class calendar_uiforms extends calendar_ui
|
||||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
// Update the stati
|
||||
foreach ($participants as $uid => $status)
|
||||
{
|
||||
@ -659,6 +660,7 @@ class calendar_uiforms extends calendar_ui
|
||||
// delete the removed participants
|
||||
$this->bo->set_status($old_event['id'], $uid, 'G', $content['edit_single']);
|
||||
}
|
||||
*/
|
||||
if ($event['recur_type'] != MCAL_RECUR_NONE)
|
||||
{
|
||||
// remove deleted exception
|
||||
|
Loading…
Reference in New Issue
Block a user