From e74ec0dc37d212363cefc2e474f981ba31a782b0 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Fri, 5 Mar 2021 15:44:56 +0100 Subject: [PATCH] =?UTF-8?q?[Projekt:=20Entwicklung=20-=20Neon][TicketNr.:?= =?UTF-8?q?=201072284][Ber=C3=BCcksichtigung=20des=20Aliases=20in=20loghis?= =?UTF-8?q?t=5Flib]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- process/Loghistory_lib/process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/process/Loghistory_lib/process.js b/process/Loghistory_lib/process.js index 23b84d6651e..d1828d03586 100644 --- a/process/Loghistory_lib/process.js +++ b/process/Loghistory_lib/process.js @@ -137,7 +137,7 @@ LogHistoryExecutor.prototype.generateLogHistory = function (pIdvalue, pExtra) } if (!somethingTolog) - return null; + return [null, null, null]; var description = []; var oldvalues = {}; -- GitLab