opentasks-provider/src/androidTest/java/org/dmfs/provider/tasks/TaskProviderReparentingTest.java
0 → 100644
+392
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
PARENT_ID was meant to serve as a shortcut to parent-child relationships between tasks, for both writing and reading. While the reading part already works (with the exception of issue #877) the writing part didn't work yet. This is fixed by this commit.