mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 10:57:35 -02:30
get WFJT nodes in activity stream
This commit is contained in:
@@ -2101,7 +2101,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