mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 01:14:12 +03:00
feat: Restore toggleable due dates (#1332)
This commit is contained in:
@@ -49,6 +49,10 @@ module.exports = {
|
||||
type: 'string',
|
||||
custom: isDueDate,
|
||||
},
|
||||
isDueCompleted: {
|
||||
type: 'boolean',
|
||||
allowNull: true,
|
||||
},
|
||||
stopwatch: {
|
||||
type: 'json',
|
||||
custom: isStopwatch,
|
||||
@@ -93,6 +97,7 @@ module.exports = {
|
||||
'name',
|
||||
'description',
|
||||
'dueDate',
|
||||
'isDueCompleted',
|
||||
'stopwatch',
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user