提交 7bff1dc9 编写于 作者: D Dmitriy Zaporozhets

Merge branch 'no_notification_for_project_creator' into 'master'

No notification for project creator

Fixes #1378

See merge request !937
......@@ -124,7 +124,7 @@ class UsersProject < ActiveRecord::Base
author_id: self.user.id
)
notification_service.new_team_member(self)
notification_service.new_team_member(self) unless owner?
system_hook_service.execute_hooks_for(self, :create)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册