Defect #17068
openWhen copying subtasks with relations between them self's are lost
0%
Description
Suppose I have a task (Task1) with two subtaks, Sub1 and Sub2 and Sub1 preceeds sub2.
If I copy Task1 with subtask, the relation between the subtask aren't copied to the new ones.
Files
Related issues
Updated by Toshi MARUYAMA over 10 years ago
- Related to Defect #15742: No warning when copying subtasks to another project with different trackers added
Updated by Robert Beckett over 6 years ago
- File 0001-models-issue-copy-subtask-issue-relationships.patch 0001-models-issue-copy-subtask-issue-relationships.patch added
I Created a patch against 3.4 stable to implement copying subtask interrelations.
It applies cleanly to master.
I have been unable to test on master yet due to issues with updating rails (dependency problems for actionpack-xml_parser. Ill do this if I ever get time allotted to continue upstream effort, but as I am doing this as part of my (very busy) day job, I doubt that will happen any time soon, so if anyone wants to take this patch and test it on master, I would be grateful.
This patch is currently working fine on our live 3.4 server.
Updated by Markus Boremski 3 months ago
- File #17068-copy-subtask-issue-relationships_for5.3.1.patch #17068-copy-subtask-issue-relationships_for5.3.1.patch added
This unfortunately still applies to the latest redmine-release.
So I made this patch Work for redmine 5.1.3
Can we please fix this defect in main?
Should be an easy fix thanks to the base of Robert Beckett.