diff --git a/awx/main/access.py b/awx/main/access.py index 55b0185e53..b1e9beebc6 100644 --- a/awx/main/access.py +++ b/awx/main/access.py @@ -1624,8 +1624,6 @@ class WorkflowJobAccess(BaseAccess): def can_start(self, obj, validate_license=True): if validate_license: self.check_license() - if obj.survey_enabled: - self.check_license(feature='surveys') if self.user.is_superuser: return True