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

Remove fixme

parent d98f5e9f
No related branches found
No related tags found
1 merge request!360Resolve "Add absence management to course book student dialog"
Pipeline #189718 failed
......@@ -154,7 +154,8 @@ class TouchDocumentationMutation(graphene.Mutation):
"alsijil.edit_participation_status_for_documentation_rule", documentation
):
raise PermissionDenied()
# FIXME Should not be effective in past
if not created:
documentation.touch()
return TouchDocumentationMutation(documentation=documentation)
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