Skip to content
Snippets Groups Projects
Commit 2e0c31fb authored by magicfelix's avatar magicfelix
Browse files

Fix SchoolTermCreateMutation

parent c429f7b7
No related branches found
No related tags found
1 merge request!1304Refactor calendar overview in more different components
Pipeline #141653 failed
......@@ -39,6 +39,7 @@ class SchoolTermCreateMutation(DjangoCreateMutation):
class Meta:
model = SchoolTerm
permissions = ("core.create_school_term",) # FIXME
exclude = ("managed_by_app_label",)
@classmethod
def validate(cls, root, info, input): # noqa
......
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