From 2e1b72431d47fbbca8da72dfc5c161563404d875 Mon Sep 17 00:00:00 2001 From: "j.goderbauer" <j.goderbauer@adito.de> Date: Thu, 18 Apr 2019 10:31:57 +0200 Subject: [PATCH] Loghist: use new attribute-function --- 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 8bcf804735..7e06d52f73 100644 --- a/process/Loghistory_lib/process.js +++ b/process/Loghistory_lib/process.js @@ -224,7 +224,7 @@ LogHistoryExecutor.prototype._getDataForExtras = function(pId, pValues) if (this.affectedTable == "AB_ATTRIBUTERELATION") data[0] = AttributeUtil.getFullAttributeName(pId); - data[1] = AttributeRelationUtils.getAttribute(pId, (pValues["OBJECT_ROWID"]), null, true); + data[1] = AttributeRelationUtils.selectAttributeValue(pId, pValues, true); if (this.affectedTable == "COMMUNICATION") { data[0] = KeywordUtils.getResolvedTitleSqlPart("MediumOrgPers", pId, false); -- GitLab