This commit is contained in:
Phillip Thelen
2016-02-18 20:59:20 +01:00
parent c751ee74c0
commit 762576e7a2
+1 -1
View File
@@ -815,7 +815,7 @@ api.wrap = function(user, main) {
message: i18n.t('messageTaskNotFound', req.language)
}) : void 0;
}
_.merge(task, _.omit(req.body, ['checklist', 'remidners', 'id', 'type']));
_.merge(task, _.omit(req.body, ['checklist', 'reminders', 'id', 'type']));
if (req.body.checklist) {
task.checklist = req.body.checklist;
}