mirror of
https://github.com/ansible/awx.git
synced 2026-07-06 22:08:08 -02:30
Merge pull request #4997 from AlanCoding/node_tracking
Get WFJT nodes in activity stream
This commit is contained in:
@@ -2109,7 +2109,7 @@ class ActivityStreamAccess(BaseAccess):
|
||||
'job_template', 'job', 'ad_hoc_command',
|
||||
'notification_template', 'notification', 'label', 'role', 'actor',
|
||||
'schedule', 'custom_inventory_script', 'unified_job_template',
|
||||
'workflow_job_template', 'workflow_job')
|
||||
'workflow_job_template', 'workflow_job', 'workflow_job_template_node')
|
||||
if self.user.is_superuser or self.user.is_system_auditor:
|
||||
return qs.all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user