From c318b12428ea438827f881fbe8a5b99ea8d10b82 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 9 Dec 2016 16:03:10 -0500 Subject: [PATCH] do not check survey license for workflow job relaunch --- awx/main/access.py | 2 -- 1 file changed, 2 deletions(-) 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