|
@@ -2168,6 +2168,7 @@ if (Meteor.isServer) {
|
|
title: doc.title,
|
|
title: doc.title,
|
|
description: doc.description,
|
|
description: doc.description,
|
|
listId: doc.listId,
|
|
listId: doc.listId,
|
|
|
|
+ receivedAt: doc.receivedAt,
|
|
startAt:doc.startAt,
|
|
startAt:doc.startAt,
|
|
dueAt: doc.dueAt,
|
|
dueAt: doc.dueAt,
|
|
endAt: doc.endAt,
|
|
endAt: doc.endAt,
|
|
@@ -2208,6 +2209,7 @@ if (Meteor.isServer) {
|
|
_id: doc._id,
|
|
_id: doc._id,
|
|
title: doc.title,
|
|
title: doc.title,
|
|
description: doc.description,
|
|
description: doc.description,
|
|
|
|
+ receivedAt: doc.receivedAt,
|
|
startAt:doc.startAt,
|
|
startAt:doc.startAt,
|
|
dueAt: doc.dueAt,
|
|
dueAt: doc.dueAt,
|
|
endAt: doc.endAt,
|
|
endAt: doc.endAt,
|