Merge pull request #4997 from AlanCoding/node_tracking

Get WFJT nodes in activity stream
This commit is contained in:
Alan Rominger
2017-01-30 13:43:41 -05:00
committed by GitHub
4 changed files with 9 additions and 4 deletions

View File

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