瀏覽代碼

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

Thanks to mohammadZahedian, xator91 and xet7.

Fixes #5319
Lauri Ojansivu 1 年之前
父節點
當前提交
ffafb30b9b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      models/cards.js

+ 1 - 0
models/cards.js

@@ -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,