Commit 43c10399 authored by Nihad Abbasov's avatar Nihad Abbasov

don't send notification to issue creator

parent 3f24f540
......@@ -42,8 +42,10 @@ class IssuesController < ApplicationController
@issue = @project.issues.new(params[:issue])
@issue.author = current_user
if @issue.save
@project.users.reject { |u| u.id == current_user.id } .each do |u|
Notify.new_issue_email(@issue).deliver
end
end
respond_with(@issue)
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment