mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
* Notifications: fix some calendar notifications event can not be opened, error: "egw.open() app is not in registery!"
This commit is contained in:
parent
c15eeb66a8
commit
10a4662d07
@ -1099,7 +1099,8 @@ class calendar_boupdate extends calendar_bo
|
|||||||
'event_id' => $event['id'],
|
'event_id' => $event['id'],
|
||||||
'user_id' => $userid,
|
'user_id' => $userid,
|
||||||
'type' => $m_type,
|
'type' => $m_type,
|
||||||
'id' => $event['id']
|
'id' => $event['id'],
|
||||||
|
'app' => 'calendar'
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
if ($m_type === MSG_ALARM) $notification->set_popupdata('calendar', array('egw_pr_notify' => 1, 'type' => $m_type));
|
if ($m_type === MSG_ALARM) $notification->set_popupdata('calendar', array('egw_pr_notify' => 1, 'type' => $m_type));
|
||||||
|
Loading…
Reference in New Issue
Block a user