Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Unverified Commit 620f24e5 authored by Marten Gajda's avatar Marten Gajda Committed by GitHub
Browse files

Fix duplicate task after moving a task to a new list (#833)

Upon moving a task to a new list, it's not just moved, but a deleted copy is left behind in the old list, so sync adapters can take note of the removal in the old list.
This commit fixes the creation of the deleted instance. The code tried to create instance columns in the task table, which failed and caused the deleted instance to be missing.

This commit ensures that the TaskAdapter which is used to insert the deleted instance does not contain instance values.
parent 9cefce5e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment