Fixed API get_all_cards doesn't return SwimlaneId. Please test.

Thanks to mohammadZahedian, xator91 and xet7.

Fixes #5319
This commit is contained in:
Lauri Ojansivu 2024-03-07 13:36:42 +02:00
parent 9c4e402e6c
commit ffafb30b9b

View file

@ -3258,6 +3258,7 @@ if (Meteor.isServer) {
_id: doc._id,
title: doc.title,
description: doc.description,
swimlaneId: doc.swimlaneId,
receivedAt: doc.receivedAt,
startAt: doc.startAt,
dueAt: doc.dueAt,