mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Calendar - fix missing history log entry when changing status via context menu
This commit is contained in:
parent
448cc8975f
commit
1a6820a5aa
@ -1614,6 +1614,9 @@ class calendar_boupdate extends calendar_bo
|
||||
'A' => MSG_ACCEPTED,
|
||||
'D' => MSG_DELEGATED,
|
||||
);
|
||||
// Reset cached event
|
||||
static::$cached_event = array();
|
||||
|
||||
if (isset($status2msg[$status]) && !$skip_notification)
|
||||
{
|
||||
if (!is_array($event)) $event = $this->read($cal_id);
|
||||
|
Loading…
Reference in New Issue
Block a user