From bb3c85ab920618bf39b1c35d9791ed0c3312fda2 Mon Sep 17 00:00:00 2001
From: "a.schindlbeck" <a.schindlbeck@adito.de>
Date: Tue, 8 Sep 2020 08:48:13 +0200
Subject: [PATCH] Notifications: Timeline works again

---
 neonView/NotificationFilter_view/NotificationFilter_view.aod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/neonView/NotificationFilter_view/NotificationFilter_view.aod b/neonView/NotificationFilter_view/NotificationFilter_view.aod
index d37a1a1cc3..f1b5cbc587 100644
--- a/neonView/NotificationFilter_view/NotificationFilter_view.aod
+++ b/neonView/NotificationFilter_view/NotificationFilter_view.aod
@@ -29,7 +29,7 @@
     <timelineViewTemplate>
       <name>NotificationTimeline</name>
       <favoriteActionGroup1>setNotificationState</favoriteActionGroup1>
-      <dateField>CREATIONDATE</dateField>
+      <dateField>CREATEDATE</dateField>
       <titleField>CAPTION</titleField>
       <descriptionField>DESCRIPTION</descriptionField>
       <iconIdField>ICON</iconIdField>
-- 
GitLab