get WFJT nodes in activity stream

This commit is contained in:
AlanCoding
2017-01-27 13:46:21 -05:00
parent 6d590ca985
commit 0dbd9e4839
4 changed files with 9 additions and 4 deletions

View File

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