Commit f6f0b86e authored by Kristyna Pekarkova's avatar Kristyna Pekarkova Committed by Peter Stanko
Browse files

Fixed submission schema, added user name

parent 395c57b9
Pipeline #30125 passed with stage
in 3 minutes and 24 seconds
......@@ -19,7 +19,7 @@ class NestedCollection:
'Worker': ('id', 'codename', 'name'),
'Client': ('id', 'type', 'name', 'codename'),
'Component': ('id', 'name', 'type'),
'Submission': ('id', 'state', 'user.id', 'user.username',
'Submission': ('id', 'state', 'user.id', 'user.username', 'user.name',
'project.id', 'project.codename',
'course.id', 'course.codename',
'created_at', 'updated_at',
......
Supports Markdown
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