summaryrefslogtreecommitdiffstats
path: root/girok/commands/task/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'girok/commands/task/command.py')
-rw-r--r--girok/commands/task/command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/girok/commands/task/command.py b/girok/commands/task/command.py
index 55d0551..0ee5baf 100644
--- a/girok/commands/task/command.py
+++ b/girok/commands/task/command.py
@@ -364,7 +364,7 @@ def showtask(
tags = tags.split("/")
resp = task_api.get_all_tasks(
- start_date=start_date, end_date=end_date, category_id=category_id, priority=priority, tags=tags
+ start_date=start_date, end_date=end_date, category_id=category_id, priority=priority, tags=tags, fetch_children=True
)
if not resp.is_success:
center_print(resp.error_message, DisplayBoxType.ERROR)