Vote #78078
完了Spent time on subtasks should also be reassigned when deleting an issue
0%
説明
When you delete an issue, its spent hours will be reassigned to selected issue, but the time spent on descendants was just simply deleted. Now it is also reassigned to the targeted issue.
Patch tested and fully working for Redmine 3.3.1-devel
Pull request on GitHub : https://github.com/redmine/redmine/pull/92
journals
--------------------------------------------------------------------------------
Confirmed the problem.
This patch works as expected. The remaining work is to add tests.
**Total spent time is 11.00 hours:**
!screenshot1-spent_time.png!
**Without the patch:**
!screenshot2-without-patch.png!
**With the patch:**
!screenshot3-with-patch.png!
--------------------------------------------------------------------------------
Thanks for your response !
I will the send patch that will include the tests during this week.
Have a great day !
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
The fix is included in r16118, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
I did a plugin to backport this fix on 3.2.4 and older :
https://github.com/savoirfairelinux/redmine-backports-reassign-time-spent-on-subtasks-when-delete
--------------------------------------------------------------------------------
related_issues
relates,Closed,24718,Prevent from reassigning spent time to an issue that is going to be deleted