From 95e09e856f0d7cf8284a084da55e265fd0347187 Mon Sep 17 00:00:00 2001
From: Johannes Goderbauer <j.goderbauer@adito.de>
Date: Mon, 15 Jun 2020 15:16:57 +0200
Subject: [PATCH] [Projekt: Entwicklung - Neon][TicketNr.: 1054657][Person
 Index affectedIds retrurn [null]] refactoring and comments #2

---
 .../Organisation_entity/recordcontainers/index/affectedIds.js   | 2 +-
 entity/Person_entity/recordcontainers/index/affectedIds.js      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/entity/Organisation_entity/recordcontainers/index/affectedIds.js b/entity/Organisation_entity/recordcontainers/index/affectedIds.js
index 1accd7f911..ee11b9a9e9 100644
--- a/entity/Organisation_entity/recordcontainers/index/affectedIds.js
+++ b/entity/Organisation_entity/recordcontainers/index/affectedIds.js
@@ -10,7 +10,7 @@ tableName = vars.get("$local.table");
 idValue = vars.get("$local.idvalue");
 action = vars.get("$local.action");
 
-infoContainer =  IndexsearchUtils.createAffectedInfoContainer(idValue, null, vars.get("$local.action")
+infoContainer =  IndexsearchUtils.createAffectedInfoContainer(idValue, null, action
     ,function (){return vars.get("$local.columns")}
     ,function (){return vars.get("$local.oldvalues")}
     ,function (){return vars.get("$local.values")});
diff --git a/entity/Person_entity/recordcontainers/index/affectedIds.js b/entity/Person_entity/recordcontainers/index/affectedIds.js
index 00a8f1a6c4..6a5716e6cc 100644
--- a/entity/Person_entity/recordcontainers/index/affectedIds.js
+++ b/entity/Person_entity/recordcontainers/index/affectedIds.js
@@ -10,7 +10,7 @@ tableName = vars.get("$local.table");
 idValue = vars.get("$local.idvalue");
 action = vars.get("$local.action");
 
-infoContainer =  IndexsearchUtils.createAffectedInfoContainer(idValue, null, vars.get("$local.action")
+infoContainer =  IndexsearchUtils.createAffectedInfoContainer(idValue, null, action
     ,function (){return vars.get("$local.columns")}
     ,function (){return vars.get("$local.oldvalues")}
     ,function (){return vars.get("$local.values")});
-- 
GitLab