mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-25 08:53:50 +00:00
- Fix issue where subtasks were being duplicated under multiple parents - Only include parentId in create operations when it's not null - Update tests to expect undefined instead of null for tasks without parents - Add comprehensive test suite for parent-child duplication scenarios The bug was caused by explicitly passing parentId: null in create operations, which the API interpreted differently than omitting the field entirely. |
||
|---|---|---|
| .. | ||
| file-watcher.ts | ||
| generate-task-operations.ts | ||
| markdown-parser.spec.ts | ||
| markdown-parser.ts | ||
| md-to-sp.ts | ||
| sp-to-md.spec.ts | ||
| sp-to-md.ts | ||
| sync-manager.ts | ||
| types.ts | ||
| verify-sync.ts | ||