Merge pull request #5117 from nextcloud/backport/5096/stable26

This commit is contained in:
Julius Härtl
2023-09-13 13:36:44 +02:00
committed by GitHub

View File

@@ -163,7 +163,7 @@ export class BoardApi {
let CSV = row + '\r\n'
response.data.stacks.forEach(stack => {
stack.cards.forEach(card => {
stack?.cards?.forEach(card => {
row = ''
Object.keys(fields).forEach(field => {
if (field === 'createdAt' || field === 'lastModified') {