diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/redmine/notifiable.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/notifiable.rb b/lib/redmine/notifiable.rb index 6fce9122d..05400b7ad 100644 --- a/lib/redmine/notifiable.rb +++ b/lib/redmine/notifiable.rb @@ -34,6 +34,7 @@ module Redmine notifications << Notifiable.new('issue_assigned_to_updated', 'issue_updated') notifications << Notifiable.new('issue_priority_updated', 'issue_updated') notifications << Notifiable.new('issue_fixed_version_updated', 'issue_updated') + notifications << Notifiable.new('issue_attachment_added', 'issue_updated') notifications << Notifiable.new('news_added') notifications << Notifiable.new('news_comment_added') notifications << Notifiable.new('document_added') |