summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-06 16:14:07 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-06 16:14:07 +0300
commit7683f98b7be221b419c1dacee5289411f3872212 (patch)
tree3cd9066155eb908a0a0599c96451a43a8746bc28 /models/checklists.js
parent369da1e09dd8756b7be22d3d63aa22f995712f16 (diff)
downloadwekan-7683f98b7be221b419c1dacee5289411f3872212.tar.gz
wekan-7683f98b7be221b419c1dacee5289411f3872212.tar.bz2
wekan-7683f98b7be221b419c1dacee5289411f3872212.zip
- Fix Title is required by setting Checklist title
during migration. Thanks to centigrade-kdk and xet7 ! Closes #1576, closes #1753
Diffstat (limited to 'models/checklists.js')
-rw-r--r--models/checklists.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/models/checklists.js b/models/checklists.js
index 2277736e..c58453ef 100644
--- a/models/checklists.js
+++ b/models/checklists.js
@@ -7,7 +7,6 @@ Checklists.attachSchema(new SimpleSchema({
title: {
type: String,
defaultValue: 'Checklist',
- optional: true,
},
finishedAt: {
type: Date,