From fd5a63912212b820f8e91dafe1ca565f4d547d04 Mon Sep 17 00:00:00 2001 From: Michael Bauer <michael-bauer@posteo.de> Date: Thu, 13 Jun 2024 17:21:25 +0200 Subject: [PATCH] Fix get_documentations_for_person --- aleksis/apps/alsijil/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aleksis/apps/alsijil/models.py b/aleksis/apps/alsijil/models.py index 2bf3b78c3..4dd7ba001 100644 --- a/aleksis/apps/alsijil/models.py +++ b/aleksis/apps/alsijil/models.py @@ -585,7 +585,7 @@ class Documentation(CalendarEvent): """ event_params = { "type": "PARTICIPANT", - "obj_id": person, + "id": person, } events = LessonEvent.get_single_events( -- GitLab