Merge pull request #2922 from wwitzel3/issue-2508

ensure CustomInventoryScripts render correctly in the ActivityStream
This commit is contained in:
Wayne Witzel III
2016-07-12 08:28:43 -04:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

View File

@@ -323,6 +323,7 @@ model_serializer_mapping = {
Host: HostSerializer,
Group: GroupSerializer,
InventorySource: InventorySourceSerializer,
CustomInventoryScript: CustomInventoryScriptSerializer,
Credential: CredentialSerializer,
Team: TeamSerializer,
Project: ProjectSerializer,