mirror of
https://github.com/wekan/wekan.git
synced 2026-01-03 16:18:49 +01:00
Add additional dates (received & end), default title of checklists to 'Checklist'
Remove translations Add additional dates (received & end), default name checklists to Checklist
This commit is contained in:
parent
80941e57d3
commit
07217d0e51
51 changed files with 209 additions and 18455 deletions
|
|
@ -6,6 +6,7 @@ Checklists.attachSchema(new SimpleSchema({
|
|||
},
|
||||
title: {
|
||||
type: String,
|
||||
defaultValue: 'Checklist',
|
||||
},
|
||||
finishedAt: {
|
||||
type: Date,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue