diff --git a/awx/main/access.py b/awx/main/access.py index fe32f2be90..4bc35a3254 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -784,8 +784,8 @@ class JobTemplateAccess(BaseAccess): # shouldn't really matter with permissions given, but make sure the user # is also currently on the team in case they were added a per-user permission and then removed # from the project. - if not project.teams.filter(users__in=[self.user]).count(): - return False + #if not project.teams.filter(users__in=[self.user]).count(): + # return False return True