fix(move): adjusts logic to prevent an issue when moving from parent to subtask if the target parent has no subtasks.

This commit is contained in:
Eyal Toledano
2025-05-25 17:49:32 -04:00
parent bb5a0211f4
commit f2c5911e58
3 changed files with 43 additions and 304 deletions

View File

@@ -1,7 +1,7 @@
# Task ID: 45
# Title: Implement GitHub Issue Import Feature
# Status: pending
# Dependencies: 97
# Dependencies: None
# Priority: medium
# Description: Add a '--from-github' flag to the add-task command that accepts a GitHub issue URL and automatically generates a corresponding task with relevant details. This feature works in conjunction with the GitHub export feature (Task #97) to provide bidirectional linking between Task Master tasks and GitHub issues.
# Details: