mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-24 20:16:08 +10:00
add id to project member user json
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user