Deprecated Team.projects and Project.teams relations, switching to using RBAC

This commit is contained in:
Akita Noek
2016-03-23 15:30:03 -04:00
parent 9dbe9fb7ad
commit 4aa1602255
7 changed files with 11 additions and 24 deletions
-1
View File
@@ -225,7 +225,6 @@ class Project(UnifiedJobTemplate, ProjectOptions, ResourceMixin):
role_description='May manage this project',
parent_role=[
'organization.admin_role',
'teams.member_role',
'singleton:' + ROLE_SINGLETON_SYSTEM_ADMINISTRATOR,
],
permissions = {'all': True}