You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attaching existing children and parents with different collections from each other work regularly without any issue however changing collection for an already exist item with parents or children is buggy - changing a subtask collection is not possible, and changing a parent collection create a duplicate for its subtasks.
Also it's not possible to change subtask color once it has parent/s.
To Reproduce
First let's test the attaching items from different collections option:
Add an existing subtask to a task that belong to different collection (SUCCESS)
Create a task called "Task A" in "Collection A".
Create a subtask unfer "Task A" called "some subtask".
Create a new task called "Task B" in "Collection B".
Inside "Task B" details screen, link the existing "some subtask" as a child to "Task B" through the "link entry" button ("some subtask" now has two parents from two different collections but its immediate collection stays the same - "Collection A").
The above is indeed the expected behavior.
Add an existing parent task as a parent to a subtask from a different collection (SUCCESS)
Create "Task A" in "Collection A"
Create a subtask called "some subtask" under "Task A"
Create a new task called "Task B" that belong to "Collection B"
Go to the details screen of "some subtask"
This subtask now has the parent "Task A"
Link the existing parent "Task B" (from "collection B") as well ("some subtask" now has two parents from two different collections but its immediate collection stays the same - "Collection A")
The above is indeed the expected behavior
Now let's test changing collections for items that already have either parents, children or both:
Change subtask collection after creating it (NOT POSSIBLE)
Go to an existing task belong to "collection A".
Create a subtask.
Enter the subtask details after creating it.
Try to change the subtask collection / color (no luck here).
Change collection for a task that already has children from different collections (CREATE DUPLICATES)
Create "Task A" in Collection A.
Create "Task B" in Collection B.
Create a task called "Subtask".
Enter "Subtask" details screen.
Link both "Task A" and "Task B" as parents for "Subtask".
"Subtask" now has two parents from two different collections.
Go to one of the parents and change its collection to some other collecion.
"Subtask" now is being duplicated and being "splited" into two different tasks! so instead of having two different parents we now have "Task A" and "Task B" and each one of tgem has two different subtasks, woth only ine parent for each subtask. changing one "subtask" properties will not effect the other "subtask" therefore those are duplicates.
Expected behavior
The expected behavior is to completely "unattach" parent/child relationship to the collection property, changing collection will be possible for each item without effecting its parents and children whatsoever. and if we export or sync our tasks they will be shown as first level tasks without connecting between of them (as most tasks app don't have this multiple "many to many" relationships feature rather than a "regular" "one to one" or "one to many" task-subtask relation). I personally don't even use the sync option currently and manage everything through Jtx only, btw
Screenshots
Device and version
Device: [e.g. Samsung Galaxy S22]
Android version: [e.g. Android 11]
jtx Board version: [e.g. 2.1.0]
Downloaded from: [e.g. Google Play, f-Droid, ...]
The text was updated successfully, but these errors were encountered:
Describe the bug
Attaching existing children and parents with different collections from each other work regularly without any issue however changing collection for an already exist item with parents or children is buggy - changing a subtask collection is not possible, and changing a parent collection create a duplicate for its subtasks.
Also it's not possible to change subtask color once it has parent/s.
To Reproduce
First let's test the attaching items from different collections option:
Add an existing subtask to a task that belong to different collection (SUCCESS)
Add an existing parent task as a parent to a subtask from a different collection (SUCCESS)
Now let's test changing collections for items that already have either parents, children or both:
Change subtask collection after creating it (NOT POSSIBLE)
Change collection for a task that already has children from different collections (CREATE DUPLICATES)
Expected behavior
The expected behavior is to completely "unattach" parent/child relationship to the collection property, changing collection will be possible for each item without effecting its parents and children whatsoever. and if we export or sync our tasks they will be shown as first level tasks without connecting between of them (as most tasks app don't have this multiple "many to many" relationships feature rather than a "regular" "one to one" or "one to many" task-subtask relation). I personally don't even use the sync option currently and manage everything through Jtx only, btw
Screenshots
Device and version
The text was updated successfully, but these errors were encountered: