mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
- Fix [Title is required](https://github.com/wekan/wekan/issues/1576)
by making [Checkist title optional](https://github.com/wekan/wekan/issues/1753). Thanks to xet7 ! Closes #1576, closes #1753
This commit is contained in:
parent
c26a31f498
commit
074a1218fd
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Checklists.attachSchema(new SimpleSchema({
|
|||
title: {
|
||||
type: String,
|
||||
defaultValue: 'Checklist',
|
||||
optional: true,
|
||||
},
|
||||
finishedAt: {
|
||||
type: Date,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue