mirror of
https://github.com/plankanban/planka.git
synced 2025-07-22 14:49:43 +02:00
Rename deadline to due date, update dependencies
This commit is contained in:
parent
64acf0ac56
commit
51013b6a32
31 changed files with 113 additions and 115 deletions
|
@ -13,7 +13,7 @@ export default class extends Model {
|
|||
position: attr(),
|
||||
name: attr(),
|
||||
description: attr(),
|
||||
deadline: attr(),
|
||||
dueDate: attr(),
|
||||
timer: attr(),
|
||||
isSubscribed: attr({
|
||||
getDefault: () => false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue