Mercurial > hg > soundsoftware-site
diff lib/redmine/notifiable.rb @ 514:7eba09d624db live
Merge
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:50:53 +0100 |
parents | cbce1fd3b1b7 |
children | cbb26bc654de |
line wrap: on
line diff
--- a/lib/redmine/notifiable.rb Thu Jul 14 10:46:20 2011 +0100 +++ b/lib/redmine/notifiable.rb Thu Jul 14 10:50:53 2011 +0100 @@ -14,6 +14,7 @@ notifications << Notifiable.new('issue_status_updated', 'issue_updated') notifications << Notifiable.new('issue_priority_updated', 'issue_updated') notifications << Notifiable.new('news_added') + notifications << Notifiable.new('news_comment_added') notifications << Notifiable.new('document_added') notifications << Notifiable.new('file_added') notifications << Notifiable.new('message_posted')