Skip to content
Snippets Groups Projects
Commit 2e1b7243 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Loghist: use new attribute-function

parent 10c8105d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment