mirror of
https://github.com/ansible/awx.git
synced 2026-05-12 03:47:36 -02:30
Fix an incorrect reference on instance group jobs list
This commit is contained in:
@@ -568,7 +568,7 @@ class InstanceGroupUnifiedJobsList(SubListAPIView):
|
|||||||
model = UnifiedJob
|
model = UnifiedJob
|
||||||
serializer_class = UnifiedJobSerializer
|
serializer_class = UnifiedJobSerializer
|
||||||
parent_model = InstanceGroup
|
parent_model = InstanceGroup
|
||||||
relationship = "instance_group"
|
relationship = "unifiedjob_set"
|
||||||
new_in_320 = True
|
new_in_320 = True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user