Fix of the notification subscription
This commit is contained in:
+1
-1
@@ -10424,7 +10424,7 @@ def notifications_view():
|
||||
'title': notif.get('Title', 'Benachrichtigung'),
|
||||
'message': notif.get('Message', ''),
|
||||
'severity': notif.get('Severity', 'info'),
|
||||
'type': notif.get('Type', '')
|
||||
'type': notif.get('Type', ''),
|
||||
'created_at': created_at_val if created_at_val else None,
|
||||
'is_read': is_read,
|
||||
'reference': notif.get('Reference') or {},
|
||||
|
||||
Reference in New Issue
Block a user