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

This commit is contained in:
James Lopez 2016-03-11 17:09:40 +01:00
commit b92411a0b8
1 changed files with 1 additions and 1 deletions

View File

@ -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