Skip to content
Snippets Groups Projects
Commit 255e1dfe authored by permcu's avatar permcu Committed by Julian
Browse files

Update todo

parent cfac67b6
No related branches found
No related tags found
1 merge request!360Resolve "Add absence management to course book student dialog"
......@@ -22,7 +22,9 @@ class AbsencesBatchCreateMutation(graphene.Mutation):
@classmethod
def mutate(cls, root, info, persons, start, end, comment, reason): # noqa
# TODO: More permission checks needed?
# TODO: Check permissions for ParticipationStatus & KolegoAbsence
# See MR 356
# DocumentationBatchCreateOrUpdateMutation.create_or_update
# at least already checks permissions.
......
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