Open neusdan opened 10 years ago
I get the same exception when a task is a subtask of another one. It tries to set the parent to be the story:
If I have Story1 -> T1 -> T2, and try to manipulate T2 in taskboard - change status, etc., the request it send to the server is: Parameters: {"parent_issue_id"=>"1234", "status_id"=>"2", ...
where 1234 is the Story1 id, not the T1 id. And this throws the above exception.
Hi,
i have a user story with 2 tasks. At creation time both tasks had as parent the user story. Then i changed task A to be the parent of task B. Trying now to changed the status of task B via task board fails with:
Here you can see that the parent_issue_id"=>"12484 is wrong. Its the old parent.
When i changed the status via the issue page everything works fine: https://redmine.xxx.de/issues/17756
Is it even supported to have a task to be the parent of another task?