mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 08:57:33 -02:30
add isolated job controller_id to summary fields
This commit is contained in:
@@ -2037,6 +2037,7 @@ class UnifiedJobAccess(BaseAccess):
|
||||
'modified_by',
|
||||
'unified_job_node__workflow_job',
|
||||
'unified_job_template',
|
||||
'instance_group',
|
||||
Prefetch('labels', queryset=Label.objects.all().order_by('name'))
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user