Defect #7763
closedEmail notification are sent to watchers even if 'No events' setting is chosen
0%
Description
I tried to change my email notification settings on My account page.
I set 'No events'. I expected I didn't receive any updates about issues.
But email notifications are received if someone add me as watcher.
I didn't found any explanations about this behavior of Redmine.
So I suppose this is a possible bug.
Updated by Etienne Massip over 13 years ago
- Category changed from Email receiving to Email notifications
Updated by Etienne Massip over 13 years ago
Did you run migration (a.k.a. rake db:migrate
) ?
Updated by Ochir Abushinov over 13 years ago
Redmine is updated by our administrators using this page:
http://www.redmine.org/projects/redmine/wiki/RedmineInstall
I will ask them about migration.
Updated by Ochir Abushinov over 13 years ago
I asked our admins and they confirmed that updates had installed using Redmine instruction.
Updated by Etienne Massip over 13 years ago
- Subject changed from email notification are sent if even 'No events' setting is chosen to Email notification are sent to wathchers even if 'No events' setting is chosen
- Target version set to Candidate for next minor release
It's a bug as ActAsWatchable#watcher_recipients
(source:trunk/vendor/plugins/acts_as_watchable/lib/acts_as_watchable.rb#L39) does not take account of user's notification preferences.
Updated by Etienne Massip over 13 years ago
- Subject changed from Email notification are sent to wathchers even if 'No events' setting is chosen to Email notification are sent to watchers even if 'No events' setting is chosen
Typo
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Resolved
- Target version changed from Candidate for next minor release to 1.1.2
- Resolution changed from Duplicate to Fixed
Fixed in r5004.
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from Resolved to Closed
Merged in 1.1-stable.