SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit f142cbb3 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Tweak permissions for managing organizations

parent 170d2ed5
No related branches found
No related tags found
No related merge requests found
......@@ -374,11 +374,13 @@ class Command(BaseCommand):
can_create_profiles,
can_view_profiles,
can_manage_ontology,
can_manage_organizations,
can_view_potentialfellowship_list,
can_add_potentialfellowship,
])
FinancialAdmin.permissions.set([
can_manage_organizations,
can_manage_subsidies,
can_view_timesheets,
])
......@@ -421,6 +423,7 @@ class Command(BaseCommand):
can_create_profiles,
can_view_profiles,
can_manage_ontology,
can_manage_organizations,
can_view_potentialfellowship_list,
can_add_potentialfellowship,
])
......
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