by making [Checkist title optional](https://github.com/wekan/wekan/issues/1753).

Thanks to xet7 !

Closes #1576,
closes #1753
This commit is contained in:
Lauri Ojansivu 2018-07-06 13:29:05 +03:00
parent c26a31f498
commit 074a1218fd

View file

@ -7,6 +7,7 @@ Checklists.attachSchema(new SimpleSchema({
title: {
type: String,
defaultValue: 'Checklist',
optional: true,
},
finishedAt: {
type: Date,