mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
added ability to create a tree of cards
This commit is contained in:
parent
f89de026c4
commit
879a84184f
2 changed files with 17 additions and 0 deletions
|
|
@ -15,6 +15,11 @@ Cards.attachSchema(new SimpleSchema({
|
|||
}
|
||||
},
|
||||
},
|
||||
parentId: {
|
||||
type: String,
|
||||
optional: true,
|
||||
defaultValue: '',
|
||||
},
|
||||
listId: {
|
||||
type: String,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue