mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Fixed API get_all_cards doesn't return SwimlaneId. Please test.
Thanks to mohammadZahedian, xator91 and xet7. Fixes #5319
This commit is contained in:
parent
9c4e402e6c
commit
ffafb30b9b
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue