Merge branch 'feature/project-export' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import
This commit is contained in:
commit
b92411a0b8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue