add host_status_counts and playbook_counts to project update details

This commit is contained in:
Jake McDermott
2018-06-07 17:57:09 -04:00
parent d44215f291
commit 92ae09e163
3 changed files with 88 additions and 2 deletions

View File

@@ -1416,7 +1416,7 @@ class ProjectUpdateList(ListAPIView):
class ProjectUpdateDetail(UnifiedJobDeletionMixin, RetrieveDestroyAPIView):
model = ProjectUpdate
serializer_class = ProjectUpdateSerializer
serializer_class = ProjectUpdateDetailSerializer
class ProjectUpdateEventsList(SubListAPIView):