mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 06:26:00 -03:30
more j -> workflow_job renaming
This commit is contained in:
@@ -2984,7 +2984,7 @@ class WorkflowJobTemplateJobsList(SubListAPIView):
|
||||
model = WorkflowJob
|
||||
serializer_class = WorkflowJobListSerializer
|
||||
parent_model = WorkflowJobTemplate
|
||||
relationship = 'jobs'
|
||||
relationship = 'workflow_jobs'
|
||||
parent_key = 'workflow_job_template'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user