diff --git a/awx/main/access.py b/awx/main/access.py index 03c9084dcf..e6f692a005 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -225,7 +225,7 @@ class UserAccess(BaseAccess): return User.objects.all() if tower_settings.ORG_ADMINS_CAN_SEE_ALL_USERS and \ - (self.user.admin_of_organizations.exists() or self.user.auditor_of_organizations.exists()): + (self.user.admin_of_organizations.exists() or self.user.auditor_of_organizations.exists()): return User.objects.all() return (