From 39f11ecc3965eb62c4b76bfd4f332d8b5f24dc11 Mon Sep 17 00:00:00 2001 From: Tobias Feldmann <t.feldmann@adito.de> Date: Wed, 16 Sep 2020 10:16:20 +0200 Subject: [PATCH] Fix for broken linkinformations in Notification_entity (db-rc) --- entity/Notification_entity/Notification_entity.aod | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/entity/Notification_entity/Notification_entity.aod b/entity/Notification_entity/Notification_entity.aod index ee2693457f..e9a4c15689 100644 --- a/entity/Notification_entity/Notification_entity.aod +++ b/entity/Notification_entity/Notification_entity.aod @@ -180,6 +180,13 @@ <isUIDTable v="false" /> <readonly v="true" /> </linkInformation> + <linkInformation> + <name>c4e34b96-6081-4d04-8377-040a8ed3e14c</name> + <tableName>ASYS_NOTIFICATIONS</tableName> + <primaryKey>ID</primaryKey> + <isUIDTable v="true" /> + <readonly v="false" /> + </linkInformation> </linkInformation> <recordFieldMappings> <dbRecordFieldMapping> -- GitLab