mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Add credential_type summarizable fk field
This commit is contained in:
parent
2f9742e9de
commit
23914182c4
@ -141,6 +141,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'target_credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud', 'credential_type_id'),
|
||||
'webhook_credential': DEFAULT_SUMMARY_FIELDS,
|
||||
'approved_or_denied_by': ('id', 'username', 'first_name', 'last_name'),
|
||||
'credential_type': DEFAULT_SUMMARY_FIELDS,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user