* Notifications: implements entry based priority to make user more aware about certain notifications like calendar alarm entry.

This commit is contained in:
Hadi Nategh
2018-06-19 16:03:10 +02:00
parent e8cc3d0eb3
commit 6b74f2685d
3 changed files with 45 additions and 4 deletions

View File

@@ -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']
);
}