mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 15:58:39 -05:00
switch CredentialInput creation to use the associate/disassociate view
This commit is contained in:
committed by
Jake McDermott
parent
d87144c4a7
commit
9036ba492c
@@ -1427,7 +1427,7 @@ class CredentialInputSourceDetail(RetrieveUpdateDestroyAPIView):
|
||||
serializer_class = serializers.CredentialInputSourceSerializer
|
||||
|
||||
|
||||
class CredentialInputSourceList(ListCreateAPIView):
|
||||
class CredentialInputSourceList(ListAPIView):
|
||||
|
||||
view_name = _("Credential Input Sources")
|
||||
|
||||
@@ -1435,7 +1435,7 @@ class CredentialInputSourceList(ListCreateAPIView):
|
||||
serializer_class = serializers.CredentialInputSourceSerializer
|
||||
|
||||
|
||||
class CredentialInputSourceSubList(SubListAPIView):
|
||||
class CredentialInputSourceSubList(SubListCreateAttachDetachAPIView):
|
||||
|
||||
view_name = _("Credential Input Sources")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user