mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-15 15:58:38 -05:00
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