Skip to content
Snippets Groups Projects
Commit 606acd8c authored by Markus Escher's avatar Markus Escher
Browse files

fix LogHistory Syntax Error in jdito Recordcontainer

parent 3b955c30
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ function _groupData(pData)
{
res.push([logUid, logDatetime, logUser, logDesc]);
[logDatetime, logUser, logDesc] = pData[i];
previousGroupingIdentifier = _makeGroupingIdentifier(, logUser);
previousGroupingIdentifier = _makeGroupingIdentifier(logDatetime, logUser);
logUid = previousGroupingIdentifier;
}
}
......
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