mirror of
https://github.com/plankanban/planka.git
synced 2025-12-19 01:12:02 +03:00
feat: Colorize due date and make it toggleable (#845)
This commit is contained in:
committed by
GitHub
parent
198518a51a
commit
c4c6d738a5
@@ -20,6 +20,9 @@ export default class extends BaseModel {
|
||||
relatedName: 'ownCards',
|
||||
}),
|
||||
dueDate: attr(),
|
||||
dueCompleted: attr({
|
||||
getDefault: () => false,
|
||||
}),
|
||||
stopwatch: attr(),
|
||||
isSubscribed: attr({
|
||||
getDefault: () => false,
|
||||
@@ -248,6 +251,7 @@ export default class extends BaseModel {
|
||||
'name',
|
||||
'description',
|
||||
'dueDate',
|
||||
'dueCompleted',
|
||||
'stopwatch',
|
||||
]),
|
||||
...payload.card,
|
||||
|
||||
Reference in New Issue
Block a user