Defect #19627
Cannot set task.Parent = Grandparent
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Issues | |||
Target version: | - | |||
Resolution: | Duplicate | Affected version: | 3.0.3 |
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
History
#1
Updated by Toshi MARUYAMA over 7 years ago
- Affected version changed from 2.6.0 to 3.0.3
#2
Updated by Toshi MARUYAMA over 7 years ago
- Status changed from New to Confirmed
#3
Updated by Leonel Iturralde over 7 years ago
#4
Updated by Go MAEDA over 6 years ago
- Status changed from Confirmed to Closed
- Resolution set to Duplicate
Fixed by #13654.
#5
Updated by Go MAEDA over 6 years ago
- Duplicates Defect #13654: Can't set parent issue when issue relations among child issues are present added