Merge pull request #6675 from AlanCoding/controller_id_sf

add isolated job controller_id to summary fields
This commit is contained in:
Alan Rominger
2017-06-22 10:44:53 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -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'))
)