Commit c8c617de authored by Sven Franck's avatar Sven Franck

app: fallback to span for list elements without configured type

parent a9b37ea6
......@@ -3463,7 +3463,7 @@
if (new_item[pos].text) {
// add object to text-array
new_item[pos].text.push({
"type": field.type,
"type": field.type || "span",
"text": record[field.field],
"aside": field.aside || null,
"count": field.count || null,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment