Skip to content
Snippets Groups Projects
Commit b0769022 authored by Julian's avatar Julian
Browse files

Load participations after editing documentation summary

parent dcf6bd42
No related branches found
No related tags found
1 merge request!360Resolve "Add absence management to course book student dialog"
Pipeline #189726 failed
......@@ -103,6 +103,21 @@ mutation createOrUpdateDocumentations($input: [DocumentationInputType]!) {
homework
groupNote
oldId
participations {
id
person {
id
firstName
fullName
}
absenceReason {
id
name
shortName
colour
}
isOptimistic
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment