]> source.dussan.org Git - redmine.git/commit
Allow adding user groups as watchers for issues (#4511).
authorGo MAEDA <maeda@farend.jp>
Thu, 6 Feb 2020 08:19:13 +0000 (08:19 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 6 Feb 2020 08:19:13 +0000 (08:19 +0000)
commitb995014c495b36102f36ec80618f50f3763bcd6f
tree85c230cf16c300f51f9716299ff7bc48d300c4cf
parent29433771b45319a0b50f182f0dcaf72db1275a30
Allow adding user groups as watchers for issues (#4511).

Patch by Yuichi HARADA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19498 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 files changed:
app/controllers/watchers_controller.rb
app/helpers/avatars_helper.rb
app/helpers/issues_helper.rb
app/helpers/watchers_helper.rb
app/models/group.rb
app/models/query.rb
app/models/watcher.rb
lib/plugins/acts_as_watchable/lib/acts_as_watchable.rb
test/functional/issues_controller_test.rb
test/functional/queries_controller_test.rb
test/functional/watchers_controller_test.rb
test/helpers/avatars_helper_test.rb
test/unit/group_test.rb
test/unit/query_test.rb
test/unit/watcher_test.rb