提交 e74ec3c9 编写于 作者: D Dmitriy Zaporozhets

merge requests v1.0

上级 fbba1760
...@@ -42,6 +42,8 @@ class NotesController < ApplicationController ...@@ -42,6 +42,8 @@ class NotesController < ApplicationController
Notify.note_commit_email(u, @note).deliver Notify.note_commit_email(u, @note).deliver
when "Issue" then when "Issue" then
Notify.note_issue_email(u, @note).deliver Notify.note_issue_email(u, @note).deliver
when "MergeRequest"
true # someone should write email notification
when "Snippet" when "Snippet"
true true
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册