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

remove duplicate check (via comments) for 2019.3.1

parent b803f360
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
......@@ -68,4 +68,4 @@ DataPrivacyUtils.notifyNeedDataPrivacyUpdate(contactId);
// .daysToLive(1);
//
// notification.addNotificationWith(notificationConfig);
//}
\ 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