BigW Consortium Gitlab

Commit 66d3f985 by James Lopez

add id to project member user json

parent eb2b9e3e
......@@ -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