From fb4f3341205cf92b330db964557f649b49d5ceb7 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Mon, 5 Aug 2024 09:03:20 +0200 Subject: [PATCH] Include sensitive data --- server/vbv_lernwelt/dashboard/person_export.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/vbv_lernwelt/dashboard/person_export.py b/server/vbv_lernwelt/dashboard/person_export.py index 0a0d76aa..3ddb0f8a 100644 --- a/server/vbv_lernwelt/dashboard/person_export.py +++ b/server/vbv_lernwelt/dashboard/person_export.py @@ -31,7 +31,9 @@ def export_persons( # remove the first sheet is just easier than keeping track of the active sheet wb.remove(wb.active) - user_with_roles = create_person_list_with_roles(user, course_session_ids) + user_with_roles = create_person_list_with_roles( + user, course_session_ids, include_private_data=True + ) course_sessions = CourseSession.objects.filter(id__in=course_session_ids) for cs in course_sessions: