merge requests v1.0
This commit is contained in:
parent
fbba17603f
commit
e74ec3c95a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue