mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
WFJ node-node relationships should work correctly now
This commit is contained in:
@@ -2675,13 +2675,9 @@ class WorkflowJobNodeChildrenBaseList(SubListAPIView):
|
|||||||
|
|
||||||
model = WorkflowJobNode
|
model = WorkflowJobNode
|
||||||
serializer_class = WorkflowJobNodeListSerializer
|
serializer_class = WorkflowJobNodeListSerializer
|
||||||
always_allow_superuser = True # TODO: RBAC
|
parent_model = WorkflowJobNode
|
||||||
parent_model = Job
|
|
||||||
relationship = ''
|
relationship = ''
|
||||||
'''
|
|
||||||
enforce_parent_relationship = 'workflow_job_template'
|
|
||||||
new_in_310 = True
|
new_in_310 = True
|
||||||
'''
|
|
||||||
|
|
||||||
#
|
#
|
||||||
#Limit the set of WorkflowJobeNodes to the related nodes of specified by
|
#Limit the set of WorkflowJobeNodes to the related nodes of specified by
|
||||||
|
|||||||
Reference in New Issue
Block a user