mirror of
https://github.com/plankanban/planka.git
synced 2025-12-18 01:11:13 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -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'
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user