Thanks to mohammadZahedian, xator91 and xet7. Fixes #5319
@@ -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,