##// END OF EJS Templates
Fixed: watchers should be notified even if they uncheck 'mail notifications'...
Jean-Philippe Lang -
r713:29348fafb7ca
parent child
Show More
@@ -37,7 +37,7 module Redmine
37 end
37 end
38
38
39 def watcher_recipients
39 def watcher_recipients
40 self.watchers.collect { |w| w.user.mail if w.user.mail_notification }.compact
40 self.watchers.collect { |w| w.user.mail }
41 end
41 end
42
42
43 module ClassMethods
43 module ClassMethods
General Comments 0
You need to be logged in to leave comments. Login now