summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-09-14 22:10:08 -0400
committerFrederic Guillot <fred@kanboard.net>2015-09-14 22:10:08 -0400
commitd1e6c39df4e6cb9eec60bf498e0d1c7abb23ace8 (patch)
treed1bd7422b364be088722a464317fffe5f97fd37c /doc
parenteaff957839ad2cfaf3b5913f99dd56ca85c7c1e1 (diff)
Fix issue: task time tracking is not updated when deleting a subtask
Diffstat (limited to 'doc')
-rw-r--r--doc/subtasks.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/subtasks.markdown b/doc/subtasks.markdown
index 3c9e8350..e1acd98c 100644
--- a/doc/subtasks.markdown
+++ b/doc/subtasks.markdown
@@ -40,5 +40,5 @@ Subtask timer
- Each time a subtask is in progress, the timer is also started. The timer can be started and stopped at any time.
- The timer records the time spent on the subtask automatically. You can also change manually the value of the time spent field when you edit a subtask.
- The time calculated is rounded to the nearest quarter. This information is recorded in a separate table.
-- The task time spent is updated automatically according to the sum of all subtasks time spent.
+- The task time spent and time estimated are updated automatically according to the sum of all subtasks.