mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
clean up access to various CredentialInputSource fields (#3336)
This commit is contained in:
committed by
Jake McDermott
parent
018ff91620
commit
011d7eb892
@@ -1175,6 +1175,7 @@ class CredentialInputSourceAccess(BaseAccess):
|
||||
'''
|
||||
|
||||
model = CredentialInputSource
|
||||
select_related = ('target_credential', 'source_credential')
|
||||
|
||||
def filtered_queryset(self):
|
||||
return CredentialInputSource.objects.filter(
|
||||
|
||||
Reference in New Issue
Block a user