summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
Diffstat (limited to 'models')
-rw-r--r--models/cards.js2
1 files changed, 2 insertions, 0 deletions
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,