mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
Fix an incorrect reference on instance group jobs list
This commit is contained in:
parent
51bb85c3e2
commit
81611b44f6
@ -568,7 +568,7 @@ class InstanceGroupUnifiedJobsList(SubListAPIView):
|
||||
model = UnifiedJob
|
||||
serializer_class = UnifiedJobSerializer
|
||||
parent_model = InstanceGroup
|
||||
relationship = "instance_group"
|
||||
relationship = "unifiedjob_set"
|
||||
new_in_320 = True
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user