From fc9ae428d2349d7fafeda9b540c474f952314213 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Mon, 15 Apr 2019 15:47:31 +0200 Subject: [PATCH] fix object relation tree --- .../objecttrees/children/objectid_param/valueProcess.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js b/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js index f8f18bbb44..821415ae69 100644 --- a/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js +++ b/entity/Person_entity/entityfields/objecttrees/children/objectid_param/valueProcess.js @@ -1,3 +1,3 @@ import("system.vars"); import("system.result"); -result.string(vars.get("$field.PERSON_ID")); \ No newline at end of file +result.string(vars.get("$field.CONTACTID")); \ No newline at end of file -- GitLab