mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 07:48:38 -05:00
Merge pull request #4962 from chrismeyersfsu/fix-4354
ensure manually modifying hosts adhears to license
This commit is contained in:
@@ -1685,6 +1685,7 @@ class HostList(ListCreateAPIView):
|
||||
|
||||
class HostDetail(RetrieveUpdateDestroyAPIView):
|
||||
|
||||
always_allow_superuser = False
|
||||
model = Host
|
||||
serializer_class = HostSerializer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user