mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
force UJT user_capabilities to be correct for all submodels
This commit is contained in:
@@ -1916,6 +1916,7 @@ class UnifiedJobAccess(BaseAccess):
|
||||
'modified_by',
|
||||
'unified_job_node__workflow_job',
|
||||
'unified_job_template',
|
||||
Prefetch('labels', queryset=Label.objects.all().order_by('name'))
|
||||
)
|
||||
|
||||
# WISH - sure would be nice if the following worked, but it does not.
|
||||
|
||||
Reference in New Issue
Block a user