mirror of
https://github.com/ansible/awx.git
synced 2026-08-01 10:29:56 -02:30
populate event children list via parent_uuid
This commit is contained in:
@@ -2264,7 +2264,7 @@ class JobEventAccess(BaseAccess):
|
||||
'''
|
||||
|
||||
model = JobEvent
|
||||
prefetch_related = ('hosts', 'children', 'job__job_template', 'host',)
|
||||
prefetch_related = ('hosts', 'job__job_template', 'host',)
|
||||
|
||||
def filtered_queryset(self):
|
||||
return self.model.objects.filter(
|
||||
|
||||
Reference in New Issue
Block a user