Explorar o código

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

Thanks to mohammadZahedian, xator91 and xet7.

Fixes #5319
Lauri Ojansivu hai 1 ano
pai
achega
ffafb30b9b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,