Added due dates for tasks in the data model.

Web form still needs to be updated.
This commit is contained in:
2016-11-02 11:04:26 +01:00
parent 56617b06b9
commit 50ab60daba

View File

@@ -33,6 +33,10 @@ node_type_task = {
}
},
'due_date': {
'type': 'datetime',
},
# For Gantt charts and the like.
'time': {
'type': 'dict',