Fix of the notification subscription

This commit is contained in:
2026-07-29 11:49:54 +02:00
parent bc86dc4a0d
commit 2124ca65b2
+1 -1
View File
@@ -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 {},