From 1df3d56f7c33a0694bf46da8d3500977611c4bdd Mon Sep 17 00:00:00 2001 From: GitGramm <62480309+GitGramm@users.noreply.github.com> Date: Mon, 1 Jun 2020 15:44:51 +0200 Subject: Added dates & assignees to REST API calls incl receivedAt I have added the dates (received, start, due, end) and the assignees to the output of the REST API Calls. --- models/cards.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'models') diff --git a/models/cards.js b/models/cards.js index e0660391..e1d48653 100644 --- a/models/cards.js +++ b/models/cards.js @@ -2168,6 +2168,7 @@ if (Meteor.isServer) { title: doc.title, description: doc.description, listId: doc.listId, + receivedAt: doc.receivedAt, startAt:doc.startAt, dueAt: doc.dueAt, endAt: doc.endAt, @@ -2208,6 +2209,7 @@ if (Meteor.isServer) { _id: doc._id, title: doc.title, description: doc.description, + receivedAt: doc.receivedAt, startAt:doc.startAt, dueAt: doc.dueAt, endAt: doc.endAt, -- cgit v1.2.3-1-g7c22