made parent empty lines hidden
This commit is contained in:
parent
2aa80e094a
commit
cef66f2bd4
@ -241,6 +241,7 @@ class Table {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if (parentDurations.reduce((a, b) => a + b, 0) !== 0) {
|
||||||
this.addProject(
|
this.addProject(
|
||||||
parent.id,
|
parent.id,
|
||||||
parent.name,
|
parent.name,
|
||||||
@ -253,6 +254,7 @@ class Table {
|
|||||||
projects.filter(p => p.total !== 0).forEach(project => {
|
projects.filter(p => p.total !== 0).forEach(project => {
|
||||||
this.addProject(project.id, project.name, "", project.durations)
|
this.addProject(project.id, project.name, "", project.durations)
|
||||||
})
|
})
|
||||||
|
}
|
||||||
})
|
})
|
||||||
this.updateTotals()
|
this.updateTotals()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user