mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
Merge pull request #4222 from jangsutsr/4210_add_missing_3_10_labels
Add missing new_in_310 labels to workflow views.
This commit is contained in:
commit
abc148ae96
@ -3046,6 +3046,7 @@ class WorkflowJobTemplateJobsList(SubListAPIView):
|
||||
parent_model = WorkflowJobTemplate
|
||||
relationship = 'workflow_jobs'
|
||||
parent_key = 'workflow_job_template'
|
||||
new_in_310 = True
|
||||
|
||||
|
||||
class WorkflowJobTemplateSchedulesList(SubListCreateAttachDetachAPIView):
|
||||
@ -3057,6 +3058,7 @@ class WorkflowJobTemplateSchedulesList(SubListCreateAttachDetachAPIView):
|
||||
parent_model = WorkflowJobTemplate
|
||||
relationship = 'schedules'
|
||||
parent_key = 'unified_job_template'
|
||||
new_in_310 = True
|
||||
|
||||
|
||||
class WorkflowJobTemplateNotificationTemplatesAnyList(SubListCreateAttachDetachAPIView):
|
||||
|
Loading…
Reference in New Issue
Block a user