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

Add color to absence reasons

parent c23274f1
No related branches found
No related tags found
1 merge request!360Resolve "Add absence management to course book student dialog"
......@@ -12,6 +12,7 @@ mutation updateParticipationStatuses(
id
name
shortName
colour
}
}
}
......@@ -31,6 +32,7 @@ mutation touchDocumentation($documentationId: ID!) {
id
name
shortName
colour
}
isOptimistic
}
......
......@@ -76,6 +76,7 @@ query documentationsForCoursebook(
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