mirror of
https://github.com/plankanban/planka.git
synced 2025-12-17 17:23:25 +03:00
Rename deadline to due date, update dependencies
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = {
|
||||
isNotEmptyString: true,
|
||||
allowNull: true
|
||||
},
|
||||
deadline: {
|
||||
dueDate: {
|
||||
type: 'string',
|
||||
custom: value => moment(value, moment.ISO_8601, true).isValid()
|
||||
},
|
||||
@@ -66,7 +66,7 @@ module.exports = {
|
||||
'position',
|
||||
'name',
|
||||
'description',
|
||||
'deadline',
|
||||
'dueDate',
|
||||
'timer'
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user