fix: update task by id (#834)

This commit is contained in:
Ralph Khreish
2025-06-20 19:11:17 +03:00
committed by GitHub
parent a2a3229fd0
commit 648353794e
2 changed files with 55 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Fix issues with task creation/update where subtasks are being created like id: <parent_task>.<subtask> instead if just id: <subtask>