SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit ac85d884 authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Fix: permissions assigned to wrong group

parent 696c1e14
No related branches found
No related tags found
No related merge requests found
......@@ -193,6 +193,7 @@ class Command(BaseCommand):
can_manage_registration_invitations,
can_email_group_members,
can_email_particulars,
can_resend_registration_requests,
can_vet_registration_requests,
can_vet_commentary_requests,
can_vet_thesislink_requests,
......@@ -219,7 +220,6 @@ class Command(BaseCommand):
can_view_production,
can_publish_accepted_submission,
can_attend_VGMs,
can_resend_registration_requests,
])
EditorialCollege.permissions.set([
can_view_pool,
......
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