Explorar o código

- 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

Lauri Ojansivu %!s(int64=7) %!d(string=hai) anos
pai
achega
074a1218fd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      models/checklists.js

+ 1 - 0
models/checklists.js

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