From 658a9fccb59b6a4120d3a8571e1e34d187d880ab Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Wed, 12 Aug 2020 12:57:31 +0200
Subject: [PATCH] Notification center: scanservice error

---
 entity/Notification_entity/Notification_entity.aod | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod
index 9cb2eaa374..359ef2c4c9 100644
--- a/entity/Notification_entity/Notification_entity.aod
+++ b/entity/Notification_entity/Notification_entity.aod
@@ -203,11 +203,6 @@
           <name>CONTENTID.value</name>
           <recordfield>ASYS_NOTIFICATIONCONTENTS.CONTENTID</recordfield>
         </dbRecordFieldMapping>
-        <dbRecordFieldMapping>
-          <name>CREATIONDATE.value</name>
-          <isFilterable v="true" />
-          <isLookupFilter v="true" />
-        </dbRecordFieldMapping>
         <dbRecordFieldMapping>
           <name>DESCRIPTION.value</name>
           <recordfield>ASYS_NOTIFICATIONCONTENTS.DESCRIPTION</recordfield>
@@ -267,6 +262,8 @@
         <dbRecordFieldMapping>
           <name>CREATEDATE.value</name>
           <recordfield>ASYS_NOTIFICATIONCONTENTS.CREATEDATE</recordfield>
+          <isFilterable v="true" />
+          <isLookupFilter v="false" />
         </dbRecordFieldMapping>
         <dbRecordFieldMapping>
           <name>DELETEDATE.value</name>
-- 
GitLab