Skip to content
Snippets Groups Projects
Commit da1a6300 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

remove duplicate check (via comments) for 2019.3.1

parent 6db7ead0
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("DuplicateScanner_lib");
/* TODO: enable when duplicate-module is finalized
let contactId = vars.get("$field.CONTACTID");
DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
\ No newline at end of file
DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
*/
\ No newline at end of file
import("system.vars");
import("DuplicateScanner_lib");
/* TODO: enable when duplicate-module is finalized
let contactId = vars.get("$field.CONTACTID");
DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
\ No newline at end of file
DuplicateScannerUtils.DeleteCachedDuplicate(contactId);
*/
\ No newline at end of file
......@@ -12,6 +12,7 @@ let targetEntity = "Person_entity";
let contactId = vars.get("$local.uid");
DataPrivacyUtils.notifyNeedDataPrivacyUpdate(contactId);
/* TODO: enable when duplicate-module is finalized
let valuesToCheck = {};
var entityModel = project.getEntityStructure(targetEntity);
......@@ -74,4 +75,5 @@ notification.addNotificationWith(notificationConfig);
}
var persAdress
\ No newline at end of file
var persAdress
*/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment