]> source.dussan.org Git - redmine.git/commit
Add the ability to change the author of an issue (#1739).
authorGo MAEDA <maeda@farend.jp>
Wed, 16 Nov 2022 09:24:17 +0000 (09:24 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 16 Nov 2022 09:24:17 +0000 (09:24 +0000)
commitb3e42149896a6199ee6225f1f6bad8c4778adf1f
treefdbf124a205bc3fe76d8e20a88b52ca43ce4095c
parentf972b5bfa655972b2d469dc79c3b9ba3a971d457
Add the ability to change the author of an issue (#1739).

Patch by Vladimir Kovacik, Jiri Stepanek, Aighan Pacobilch, Olivier Houdas, Takenori TAKAKI, and Mizuki ISHIKAWA.

git-svn-id: https://svn.redmine.org/redmine/trunk@21958 e93f8b46-1217-0410-a6f0-8f06a7374b81
12 files changed:
app/helpers/issues_helper.rb
app/models/issue.rb
app/views/issues/_attributes.html.erb
config/locales/en.yml
lib/redmine/preparation.rb
test/functional/issues_controller_test.rb
test/functional/versions_controller_test.rb
test/helpers/issues_helper_test.rb
test/helpers/journals_helper_test.rb
test/object_helpers.rb
test/unit/issue_nested_set_test.rb
test/unit/issue_test.rb