diff --git a/scipost/management/commands/add_groups_and_permissions.py b/scipost/management/commands/add_groups_and_permissions.py index b4f1a68cd6d4cc2e4357d3fea55dd5bc9c579a60..aa4d6d5ce525bbbdf5dcef55708ae01cedae68a3 100644 --- a/scipost/management/commands/add_groups_and_permissions.py +++ b/scipost/management/commands/add_groups_and_permissions.py @@ -386,8 +386,8 @@ class Command(BaseCommand): ProductionSupervisors.permissions.set([ can_assign_production_officer, can_take_decisions_related_to_proofs, - can_draft_publication, - can_create_grants, + # can_draft_publication, + # can_create_grants, can_view_all_production_streams, can_run_proofs_by_authors, can_view_docs_scipost,