1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-22 22:59:44 +02:00

Rename deadline to due date, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-05 06:12:36 +05:00
parent 64acf0ac56
commit 51013b6a32
31 changed files with 113 additions and 115 deletions

View file

@ -30,7 +30,7 @@ module.exports = {
isNotEmptyString: true,
allowNull: true
},
deadline: {
dueDate: {
type: 'string',
custom: value => moment(value, moment.ISO_8601, true).isValid(),
allowNull: true
@ -87,7 +87,7 @@ module.exports = {
'position',
'name',
'description',
'deadline',
'dueDate',
'timer',
'isSubscribed'
]);