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

Fix fields in Effort mutations

parent 0f8444ac
No related branches found
No related tags found
2 merge requests!3Draft: Resolve "Implement shared secret mechanism",!2Frontend
......@@ -69,9 +69,9 @@ class EffortBatchCreateMutation(BaseBatchCreateMutation):
permissions = ("maka.create_effort_rule",)
only_fields = (
"name",
"color",
"icon",
"default",
"effortType",
"group",
"gradeSet",
)
......@@ -88,7 +88,7 @@ class EffortBatchPatchMutation(BaseBatchPatchMutation):
only_fields = (
"id",
"name",
"color",
"icon",
"default",
"effortType",
"group",
"gradeSet",
)
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