Skip to content

Conversation

@alainm23
Copy link
Owner

Fixes visual duplication of subtasks when moving tasks with children between different backend types (e.g., LOCAL to Todoist).

Changes:

  • Fixed subtasks being added to both parent and project when moving between backends
  • Reduced toast notifications to show only once per move operation instead of per subtask

The issue occurred because add_final_duplicate_item was adding all items directly to the project, regardless of parent relationship. Now subtasks are correctly added to their parent item only.

Fixes: #1426

@alainm23 alainm23 merged commit d515c6a into master Nov 14, 2025
3 checks passed
@alainm23 alainm23 deleted the feat/multi-move branch November 14, 2025 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When moving local list to Todoist, list becomes corrupted and random deletions occur

2 participants