mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
Adds an option to send email notification when an attachment is added (#40569).
Patch by Mizuki ISHIKAWA (#ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@22790 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -25,7 +25,7 @@ class Redmine::NotifiableTest < ActiveSupport::TestCase
|
||||
|
||||
def test_all
|
||||
%w(issue_added issue_updated issue_note_added issue_status_updated
|
||||
issue_assigned_to_updated issue_priority_updated news_added
|
||||
issue_assigned_to_updated issue_priority_updated issue_fixed_version_updated issue_attachment_added news_added
|
||||
news_comment_added document_added file_added
|
||||
message_posted
|
||||
wiki_content_added wiki_content_updated).each do |notifiable|
|
||||
|
||||
Reference in New Issue
Block a user