1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 06:51:10 +03:00

Fix 500 error in ProjectScmInventorySources

This commit is contained in:
Alan Rominger 2017-04-24 16:54:17 -04:00 committed by GitHub
parent e65ef35acf
commit 34b697ce17

View File

@ -1120,7 +1120,7 @@ class ProjectSchedulesList(SubListCreateAPIView):
class ProjectScmInventorySources(SubListCreateAPIView):
view_name = _("Project SCM Inventory Sources")
model = Inventory
model = InventorySource
serializer_class = InventorySourceSerializer
parent_model = Project
relationship = 'scm_inventory_sources'