From 9c60b68562cd277565cae197068a4e0cafd0d7b1 Mon Sep 17 00:00:00 2001 From: Sebastian Pongratz <s.pongratz@adito.de> Date: Tue, 1 Jun 2021 13:03:53 +0000 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?= =?UTF-8?q?=201081419][[Kontakt/Firma]=20Status=20wird=20nach=20=C3=84nder?= =?UTF-8?q?ung=20nicht=20als=20Klartext=20angezeigt,=20sondern=20als=20ID]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/Organisation_entity/Organisation_entity.aod | 2 +- entity/Person_entity/Person_entity.aod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index 0e41e000d3..807391c5e7 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -352,7 +352,7 @@ <dependency> <name>dependency</name> <entityName>KeywordEntry_entity</entityName> - <fieldName>OrderedBySortingFieldKeywords</fieldName> + <fieldName>SpecificContainerKeywords</fieldName> </dependency> <children> <entityParameter> diff --git a/entity/Person_entity/Person_entity.aod b/entity/Person_entity/Person_entity.aod index 140a64eb35..74e52fd3f8 100644 --- a/entity/Person_entity/Person_entity.aod +++ b/entity/Person_entity/Person_entity.aod @@ -586,7 +586,7 @@ <dependency> <name>dependency</name> <entityName>KeywordEntry_entity</entityName> - <fieldName>OrderedBySortingFieldKeywords</fieldName> + <fieldName>SpecificContainerKeywords</fieldName> </dependency> <children> <entityParameter> -- GitLab