Skip to content
Snippets Groups Projects
Commit 519839ed authored by Sebastian Listl's avatar Sebastian Listl :speech_balloon:
Browse files

Faulty activity was created when merging organization duplicates 2

parent abb71e13
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import("system.neon");
import("DuplicateScanner_lib");
let targetContactId = vars.get("$param.DuplicateCurrentContactId_param");
let sourceContactId = vars.get("$sys.selection");
let sourceContactId = vars.get("$sys.selection")[0];
//todo the actual merge ought to happen in a separate view where the contact infos can be merged manually by the user.
let mergeSuccess = DuplicateScannerUtils.mergeOrganisation(sourceContactId, targetContactId);
......
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