Skip to content
Snippets Groups Projects

Resolve "Return lesson events for partitipant"

Merged permcu requested to merge 244-return-lesson-events-for-partitipant into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -1555,6 +1555,8 @@ class LessonEvent(CalendarEvent):
if type_ and obj_id:
if type_ == "TEACHER":
return objs.for_teacher(obj_id)
elif type_ == "PARTICIPANT":
return objs.for_participant(obj_id)
elif type_ == "GROUP":
return objs.for_group(obj_id)
elif type_ == "ROOM":
Loading