Ver Fonte

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

Thanks to mohammadZahedian, xator91 and xet7.

Fixes #5319
Lauri Ojansivu há 1 ano atrás
pai
commit
ffafb30b9b
1 ficheiros alterados com 1 adições e 0 exclusões
  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,