Преглед изворни кода

- 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 година
родитељ
комит
074a1218fd
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      models/checklists.js

+ 1 - 0
models/checklists.js

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