From 6a6f0579528124e60ea8624c9daa1398b24239a5 Mon Sep 17 00:00:00 2001
From: "j.goderbauer" <j.goderbauer@adito.de>
Date: Thu, 31 Oct 2019 14:21:30 +0100
Subject: [PATCH] remove duplicate check (via comments) for 2019.3.1

---
 entity/Organisation_entity/recordcontainers/db/onDBDelete.js | 1 +
 entity/Person_entity/recordcontainers/db/onDBDelete.js       | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/entity/Organisation_entity/recordcontainers/db/onDBDelete.js b/entity/Organisation_entity/recordcontainers/db/onDBDelete.js
index f17ef01bdde..738f00b00cc 100644
--- a/entity/Organisation_entity/recordcontainers/db/onDBDelete.js
+++ b/entity/Organisation_entity/recordcontainers/db/onDBDelete.js
@@ -2,6 +2,7 @@ import("Workflow_lib");
 import("system.vars");
 import("DuplicateScanner_lib");
 
+/* TODO: enable when duplicate-module is finalized
 let contactId = vars.get("$field.CONTACTID");
 DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
 
diff --git a/entity/Person_entity/recordcontainers/db/onDBDelete.js b/entity/Person_entity/recordcontainers/db/onDBDelete.js
index f17ef01bdde..bad31bd5c40 100644
--- a/entity/Person_entity/recordcontainers/db/onDBDelete.js
+++ b/entity/Person_entity/recordcontainers/db/onDBDelete.js
@@ -1,7 +1,7 @@
 import("Workflow_lib");
 import("system.vars");
 import("DuplicateScanner_lib");
-
+/* TODO: enable when duplicate-module is finalized
 let contactId = vars.get("$field.CONTACTID");
 DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
 
-- 
GitLab