++ hoursweeky_plannedtowork, endwork_estimate, totalphases , actualphase
This commit is contained in:
@@ -88,7 +88,7 @@ router.patch('/:id', authenticate, (req, res) => {
|
||||
}
|
||||
|
||||
let level = 0;
|
||||
return Todo.calculateTreeTodo(todo.userId, todo.category, true, todo.category, false)
|
||||
return Todo.calculateTreeTodo(todo.phase, todo.userId, todo.category, true, todo.category, false)
|
||||
.then(objdatacalc => {
|
||||
tools.mylogshow(' TODO TO MODIFY: ', todo.descr, todo.expiring_at);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user