WIP: Fix assignment tests
This commit is contained in:
parent
54b59ef932
commit
b99e86c556
|
|
@ -57,7 +57,6 @@ class DashboardQuery(graphene.ObjectType):
|
|||
course_session_ids.update(
|
||||
group.course_session.all().values_list("id", flat=True)
|
||||
)
|
||||
course_session_ids = set()
|
||||
|
||||
# let's assume that users are not supervisors in one region/group and trainer in another
|
||||
if not course_session_ids:
|
||||
|
|
|
|||
Loading…
Reference in New Issue