Skip to content
Snippets Groups Projects
Commit 0e3371c7 authored by Jonathan Weth's avatar Jonathan Weth :keyboard: Committed by Hangzhi Yu
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 3f982d23
No related branches found
No related tags found
1 merge request!362Resolve "Add personal note management dialog in course book"
Pipeline #191512 canceled
......@@ -40,7 +40,7 @@ class ExtraMarkBatchCreateMutation(BaseBatchCreateMutation):
@classmethod
def check_permissions(cls, root, info, input): # noqa
if info.context.user.has_perm("alsijil.add_extramark_rule"):
if info.context.user.has_perm("alsijil.create_extramark_rule"):
return
raise PermissionDenied()
......
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