zap: add child property
This commit is contained in:
parent
bae6e635ed
commit
9ff38a3aa8
|
@ -65,7 +65,8 @@ let task = {
|
|||
corpus: "",
|
||||
state: "",
|
||||
tags: [],
|
||||
tagsInherited: [],
|
||||
children: [], // TODO list children tasks with a reference to the parent when level is superior to previous task
|
||||
tagsInherited: [], // TODO inherit tags
|
||||
dates: {},
|
||||
logbook: {},
|
||||
properties: {},
|
||||
|
|
Loading…
Reference in New Issue