Compare commits

..

1 Commits

Author SHA1 Message Date
Aiirondev_dev 2124ca65b2 Fix of the notification subscription 2026-07-29 11:49:54 +02:00
+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 {},