Fix workload endpoint output
This commit is contained in:
parent
1b4318cece
commit
f3068f9797
@ -34,7 +34,7 @@ class ExaminationSchedulesQuerySchema(Schema):
|
|||||||
|
|
||||||
|
|
||||||
class ProjectSupervisorStatisticsSchema(Schema):
|
class ProjectSupervisorStatisticsSchema(Schema):
|
||||||
fullname = fields.Str()
|
full_name = fields.Str()
|
||||||
assigned_to_committee = fields.Integer()
|
assigned_to_committee = fields.Integer()
|
||||||
groups_assigned_to_his_committee = fields.Integer()
|
groups_assigned_to_his_committee = fields.Integer()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user