Skip to content

Fix: Wrong progress indication for todos

This change fixes a wrong calculation of the progress of a todo if it contains (also) deleted tasks. This was due to the children table still held the old child entries. However, we must ignore them.

Closes #395 (closed)

Merge request reports