From f3cbf714576fb1daa372df2c1152821d52c45e4c Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 17 Oct 2016 15:08:06 -0400 Subject: [PATCH] WFJ node-node relationships should work correctly now --- awx/api/views.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/awx/api/views.py b/awx/api/views.py index 1343b34d3b..90a7389239 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -2675,13 +2675,9 @@ class WorkflowJobNodeChildrenBaseList(SubListAPIView): model = WorkflowJobNode serializer_class = WorkflowJobNodeListSerializer - always_allow_superuser = True # TODO: RBAC - parent_model = Job + parent_model = WorkflowJobNode relationship = '' - ''' - enforce_parent_relationship = 'workflow_job_template' new_in_310 = True - ''' # #Limit the set of WorkflowJobeNodes to the related nodes of specified by