zap: add child property
This commit is contained in:
parent
bae6e635ed
commit
9ff38a3aa8
|
@ -65,7 +65,8 @@ let task = {
|
||||||
corpus: "",
|
corpus: "",
|
||||||
state: "",
|
state: "",
|
||||||
tags: [],
|
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: {},
|
dates: {},
|
||||||
logbook: {},
|
logbook: {},
|
||||||
properties: {},
|
properties: {},
|
||||||
|
|
Loading…
Reference in New Issue