Skip to content
Snippets Groups Projects
Commit f230fe3d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix NotificationService NameError for new issue

parent 0a044c73
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,7 +40,7 @@ class NotificationService
# * issue new assignee if his notification level is not Disabled
#
def reassigned_issue(issue, current_user)
reassign_email(merge_request, current_user, 'reassigned_issue_email')
reassign_email(issue, current_user, 'reassigned_issue_email')
end
 
# When create an issue we should send next emails:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment