mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
extend license fix to workflow jobs
This commit is contained in:
parent
f23a87e5a0
commit
e1ace0ba0a
@ -1527,7 +1527,7 @@ class WorkflowJobAccess(BaseAccess):
|
||||
return self.user in obj.workflow_job_template.admin_role
|
||||
|
||||
# TODO: add support for relaunching workflow jobs
|
||||
def can_start(self, obj):
|
||||
def can_start(self, obj, validate_license=True):
|
||||
return False
|
||||
|
||||
def can_cancel(self, obj):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user