summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-03-29 14:54:46 +0300
committerLauri Ojansivu <x@xet7.org>2018-03-29 14:54:46 +0300
commitcca4a3e37292e095ff9a9e9067bddf9517162e8a (patch)
treef1a1c5516923d8eb22b85ca550760e371bfe65c5 /models/checklists.js
parentcaca2e34fc7a73da922a549b92b354ed8bf3287c (diff)
parent07217d0e5142028bbe794bdd3611e47890ab4bfb (diff)
downloadwekan-cca4a3e37292e095ff9a9e9067bddf9517162e8a.tar.gz
wekan-cca4a3e37292e095ff9a9e9067bddf9517162e8a.tar.bz2
wekan-cca4a3e37292e095ff9a9e9067bddf9517162e8a.zip
Merge branch 'additionalDates' of https://github.com/rjevnikar/wekan into rjevnikar-additionalDates
Diffstat (limited to 'models/checklists.js')
-rw-r--r--models/checklists.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/checklists.js b/models/checklists.js
index 637e280c..9946f98e 100644
--- a/models/checklists.js
+++ b/models/checklists.js
@@ -6,6 +6,7 @@ Checklists.attachSchema(new SimpleSchema({
},
title: {
type: String,
+ defaultValue: 'Checklist',
},
finishedAt: {
type: Date,