mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
* Notifications: implements entry based priority to make user more aware about certain notifications like calendar alarm entry.
This commit is contained in:
@@ -200,7 +200,8 @@ class notifications_ajax {
|
||||
'status' => $notification['notify_status'],
|
||||
'created' => Api\DateTime::to($notification['notify_created']),
|
||||
'current' => new DateTime(),
|
||||
'action' => is_array($actions)?$actions:NULL
|
||||
'actions' => is_array($actions)?$actions:NULL,
|
||||
'extra_data' => $data['data']
|
||||
);
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user