include credential type details in activity stream

This commit is contained in:
AlanCoding
2018-03-29 12:07:05 -04:00
parent f16ad97081
commit 0295351bf1

View File

@@ -4616,7 +4616,8 @@ class ActivityStreamSerializer(BaseSerializer):
('workflow_job_template_node', ('id', 'unified_job_template_id')), ('workflow_job_template_node', ('id', 'unified_job_template_id')),
('label', ('id', 'name', 'organization_id')), ('label', ('id', 'name', 'organization_id')),
('notification', ('id', 'status', 'notification_type', 'notification_template_id')), ('notification', ('id', 'status', 'notification_type', 'notification_template_id')),
('access_token', ('id', 'token')) ('access_token', ('id', 'token')),
('credential_type', ('id', 'name', 'description', 'kind', 'managed_by_tower'))
] ]
return field_list return field_list