]> source.dussan.org Git - redmine.git/commit
Allow addition/removal of subtasks to show in parent's history (#6033).
authorGo MAEDA <maeda@farend.jp>
Mon, 8 Nov 2021 14:22:06 +0000 (14:22 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 8 Nov 2021 14:22:06 +0000 (14:22 +0000)
commit578e367c8c95aaf0ae14ecee038a28c5294c16ac
tree117008563ac20f34a0a4eaa74d6c8991ea6668e3
parent68fce8e97d1634f9c975dd4fabbd746a8dcd02c0
Allow addition/removal of subtasks to show in parent's history (#6033).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@21273 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/issues_helper.rb
app/models/issue.rb
config/locales/en.yml
test/functional/issues_controller_test.rb
test/unit/issue_nested_set_test.rb
test/unit/issue_subtasking_test.rb
test/unit/mail_handler_test.rb