Merge pull request #3080 from chrismeyersfsu/fix-superuser_license_host_add

check license permission on host create
This commit is contained in:
Chris Meyers
2016-07-22 11:47:41 -04:00
committed by GitHub

View File

@@ -1573,6 +1573,7 @@ class InventoryScanJobTemplateList(SubListAPIView):
class HostList(ListCreateAPIView):
always_allow_superuser = False
model = Host
serializer_class = HostSerializer