Skip to content
Snippets Groups Projects
Commit d839c4b9 authored by Sebastian Pongratz's avatar Sebastian Pongratz :ping_pong:
Browse files

Merge branch '1072284_loghist_return' into '2021.0'

1072284 loghist return

See merge request xrm/basic!711
parents 0d2b2b2a e74ec0dc
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ LogHistoryExecutor.prototype.generateLogHistory = function (pIdvalue, pExtra)
}
if (!somethingTolog)
return null;
return [null, null, null];
var description = [];
var oldvalues = {};
......
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