Merge branch '2.3' into 2.4

This commit is contained in:
Markus Mäkelä
2020-06-02 10:41:08 +03:00
7 changed files with 82 additions and 61 deletions

View File

@ -197,7 +197,7 @@ module.exports = function() {
row = []
fields.forEach(function(p) {
var v = _.getPath(i, p[p.name], '')
var v = _.getPath(i, p.path, '')
if (Array.isArray(v) && typeof(v[0]) != 'object') {
v = v.join(', ')