remove association behavior from /api/v2/credentials/input_sources/

This commit is contained in:
Ryan Petrello
2019-02-27 16:12:19 -05:00
committed by Jake McDermott
parent e9532dea8e
commit 368d933799
2 changed files with 67 additions and 69 deletions

View File

@@ -1461,7 +1461,7 @@ class CredentialInputSourceList(ListCreateAPIView):
serializer_class = serializers.CredentialInputSourceSerializer
class CredentialInputSourceSubList(SubListCreateAttachDetachAPIView):
class CredentialInputSourceSubList(SubListCreateAPIView):
view_name = _("Credential Input Sources")