]> source.dussan.org Git - redmine.git/commit
Automatically add the user to the watchers list after contributing to an issue (...
authorMarius Balteanu <marius.balteanu@zitec.com>
Sat, 19 Mar 2022 10:14:29 +0000 (10:14 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Sat, 19 Mar 2022 10:14:29 +0000 (10:14 +0000)
commite50190a82a5b6a066a3fadfdebf9df6e268719ad
treec49f3341b96612314a1f0e238102cce24f1aaaa7
parent23874fa913c62f7da23f2d1fab6e5e1a445ae290
Automatically add the user to the watchers list after contributing to an issue (#4347). User can enable/disable this feature from My Account.

Patch by Takenori TAKAKI and Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@21469 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/helpers/users_helper.rb
app/models/journal.rb
app/models/user_preference.rb
app/views/my/account.html.erb
app/views/users/_form.html.erb
config/locales/en.yml
test/unit/journal_test.rb
test/unit/user_preference_test.rb