mirror of
https://github.com/ansible/awx.git
synced 2026-05-05 00:25:29 -02:30
remove association behavior from /api/v2/credentials/input_sources/
This commit is contained in:
committed by
Jake McDermott
parent
e9532dea8e
commit
368d933799
@@ -1461,7 +1461,7 @@ class CredentialInputSourceList(ListCreateAPIView):
|
||||
serializer_class = serializers.CredentialInputSourceSerializer
|
||||
|
||||
|
||||
class CredentialInputSourceSubList(SubListCreateAttachDetachAPIView):
|
||||
class CredentialInputSourceSubList(SubListCreateAPIView):
|
||||
|
||||
view_name = _("Credential Input Sources")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user