Skip to content
Snippets Groups Projects
Commit 66d3f985 authored by James Lopez's avatar James Lopez
Browse files

add id to project member user json

parent eb2b9e3e
No related branches found
No related tags found
1 merge request!3114Export project functionality
Pipeline #
Loading
@@ -17,7 +17,7 @@ module Projects
Loading
@@ -17,7 +17,7 @@ module Projects
private private
   
def members def members
[{ project_members: { include: [user: { only: [:email, :username] }] } }] [{ project_members: { include: [user: { only: [:id, :email, :username] }] } }]
end end
   
def storage_path def storage_path
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment