Commit 1c0824f4 authored by Douwe Maan's avatar Douwe Maan

Correctly import invited members.

parent 2a45eb6a
......@@ -93,7 +93,7 @@ class ProjectTeam
source_members.reject! do |member|
# Skip if user already present in team
target_user_ids.include?(member.user_id)
!member.invite? && target_user_ids.include?(member.user_id)
end
source_members.map! do |member|
......
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