소스 검색

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,