mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Add credential_type summarizable fk field
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user