mirror of
https://github.com/redmine/redmine.git
synced 2026-02-02 21:00:01 +01:00
Fixed: watchers should be notified even if they uncheck 'mail notifications'
git-svn-id: http://redmine.rubyforge.org/svn/trunk@724 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -37,7 +37,7 @@ module Redmine
|
||||
end
|
||||
|
||||
def watcher_recipients
|
||||
self.watchers.collect { |w| w.user.mail if w.user.mail_notification }.compact
|
||||
self.watchers.collect { |w| w.user.mail }
|
||||
end
|
||||
|
||||
module ClassMethods
|
||||
|
||||
Reference in New Issue
Block a user