Actions
Defect #19627
closedCannot set task.Parent = Grandparent
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
To reproduce:
- Create a task A
- Creata another task B and set A as parent: B -> A
- Create a third task C and set B as parent C -> B -> A
Suppose B and C were both supposed to be children of A:
- Edit C, change the parent field to refer to A instead of B
- Save fails.
- Edit C, change the parent field to nothing.
- Save succeeds
- Edit C, change the parent field to A
- Save succeeds
So it is only possible to make C a child of A by first removing it from B. There seems to be no justification for this?
Related issues
Actions