mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 09:15:37 +03:00
feat: Restore toggleable due dates (#1332)
This commit is contained in:
@@ -70,6 +70,10 @@ module.exports = {
|
||||
custom: isDueDate,
|
||||
allowNull: true,
|
||||
},
|
||||
isDueCompleted: {
|
||||
type: 'boolean',
|
||||
allowNull: true,
|
||||
},
|
||||
stopwatch: {
|
||||
type: 'json',
|
||||
custom: isStopwatch,
|
||||
@@ -136,6 +140,7 @@ module.exports = {
|
||||
'name',
|
||||
'description',
|
||||
'dueDate',
|
||||
'isDueCompleted',
|
||||
'stopwatch',
|
||||
);
|
||||
}
|
||||
@@ -195,6 +200,7 @@ module.exports = {
|
||||
'name',
|
||||
'description',
|
||||
'dueDate',
|
||||
'isDueCompleted',
|
||||
'stopwatch',
|
||||
'isSubscribed',
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user