Verified Commit 2c57de8f authored by Peter Stanko's avatar Peter Stanko
Browse files

Nested user should have a name

parent 7c079b31
Pipeline #28734 passed with stage
in 3 minutes and 10 seconds
......@@ -15,7 +15,7 @@ class NestedCollection:
'Group': ('id', 'codename', 'course.id'),
'Project': ('id', 'codename', 'course.id'),
'Course': ('id', 'codename'),
'User': ('id', 'username', 'uco', 'codename'),
'User': ('id', 'username', 'uco', 'codename', 'name'),
'Worker': ('id', 'codename', 'name'),
'Client': ('id', 'type', 'name', 'codename'),
'Component': ('id', 'name', 'type'),
......
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