Commit b92411a0 authored by James Lopez's avatar James Lopez

Merge branch 'feature/project-export' of gitlab.com:gitlab-org/gitlab-ce into...

Merge branch 'feature/project-export' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import
parents 18d3b38e 66d3f985
......@@ -17,7 +17,7 @@ module Projects
private
def members
[{ project_members: { include: [user: { only: [:email, :username] }] } }]
[{ project_members: { include: [user: { only: [:id, :email, :username] }] } }]
end
def storage_path
......
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