mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
Add schedule capability to wfjt serializer.
This commit is contained in:
parent
386a7d71a0
commit
d6022b31c2
@ -2237,7 +2237,7 @@ class SystemJobCancelSerializer(SystemJobSerializer):
|
||||
|
||||
|
||||
class WorkflowJobTemplateSerializer(JobTemplateMixin, LabelsListMixin, UnifiedJobTemplateSerializer):
|
||||
show_capabilities = ['start', 'edit', 'copy', 'delete']
|
||||
show_capabilities = ['start', 'schedule', 'edit', 'copy', 'delete']
|
||||
|
||||
class Meta:
|
||||
model = WorkflowJobTemplate
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user