From 32f0e9972a214eb192a62a30aefca57cf9d1884c Mon Sep 17 00:00:00 2001
From: Julian <leuckerj@gmail.com>
Date: Wed, 20 Nov 2024 20:25:45 +0000
Subject: [PATCH] Load avatar of affected teachers

---
 aleksis/apps/chronos/frontend/components/substitutions.graphql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/aleksis/apps/chronos/frontend/components/substitutions.graphql b/aleksis/apps/chronos/frontend/components/substitutions.graphql
index f747c6b5..eb4da41f 100644
--- a/aleksis/apps/chronos/frontend/components/substitutions.graphql
+++ b/aleksis/apps/chronos/frontend/components/substitutions.graphql
@@ -2,6 +2,7 @@ query substitutionsForDate($date: Date!) {
   items: substitutionsForDate(date: $date) {
     affectedTeachers {
       id
+      avatarContentUrl
       shortName
       fullName
     }
-- 
GitLab