Pārlūkot izejas kodu

- 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 7 gadi atpakaļ
vecāks
revīzija
074a1218fd
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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,