From 1bfe56d87ddeffd9a75edb689e6733da5d37f4c3 Mon Sep 17 00:00:00 2001 From: "s.pongratz" <s.pongratz@adito.de> Date: Wed, 1 Dec 2021 13:12:17 +0100 Subject: [PATCH] =?UTF-8?q?[Projekt:=20xRM-ContactManagement][TicketNr.:?= =?UTF-8?q?=202002416][Welche=20Information=20bildet=20der=20das=20Feld=20?= =?UTF-8?q?"Kommunikationsbeschr=C3=A4nkung"=20ab=3F]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entity/Organisation_entity/Organisation_entity.aod | 2 +- neonContext/360Degree/360Degree.aod | 1 - process/ExportTemplate_lib/process.js | 4 +++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/entity/Organisation_entity/Organisation_entity.aod b/entity/Organisation_entity/Organisation_entity.aod index febd7d1238e..fd29bec36c2 100644 --- a/entity/Organisation_entity/Organisation_entity.aod +++ b/entity/Organisation_entity/Organisation_entity.aod @@ -816,7 +816,7 @@ </entityParameter> <entityField> <name>Information</name> - <title>Commrestrictions</title> + <title>Information</title> <color>$priority-high-color</color> <valueProcess>%aditoprj%/entity/Organisation_entity/entityfields/information/valueProcess.js</valueProcess> </entityField> diff --git a/neonContext/360Degree/360Degree.aod b/neonContext/360Degree/360Degree.aod index a20caa32190..f9bd49ef688 100644 --- a/neonContext/360Degree/360Degree.aod +++ b/neonContext/360Degree/360Degree.aod @@ -3,7 +3,6 @@ <name>360Degree</name> <title>360 Degree</title> <majorModelMode>DISTRIBUTED</majorModelMode> - <filterView>360DegreeFilter_view</filterView> <entity>360Degree_entity</entity> <references> <neonViewReference> diff --git a/process/ExportTemplate_lib/process.js b/process/ExportTemplate_lib/process.js index 0c7b4b92055..9160964a0ff 100644 --- a/process/ExportTemplate_lib/process.js +++ b/process/ExportTemplate_lib/process.js @@ -485,8 +485,10 @@ ExportTemplateUtils.addParticipants = function (pSelection, pSourceTableName) ExportTemplateUtils.excludedFields = function () { return { + "Person_entity" : ["Information"], "Offer_entity":["OFFER_ID"], - "Offeritem_entity":["ASSIGNEDTO", "ITEMSORT", "OFFER_ID"] + "Offeritem_entity":["ASSIGNEDTO", "ITEMSORT", "OFFER_ID"], + "Organisation_entity" : ["Information"] }; } -- GitLab