diff --git a/process/Loghistory_lib/process.js b/process/Loghistory_lib/process.js index 8bcf8047359944e3bdccf6f6927e72685a064850..7e06d52f7310c7b65d4e9b12f65d11112b298aa5 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);