Selaa lähdekoodia

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

Thanks to mohammadZahedian, xator91 and xet7.

Fixes #5319
Lauri Ojansivu 1 vuosi sitten
vanhempi
sitoutus
ffafb30b9b
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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,