mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Added scm_type to project summary fields
This commit is contained in:
@@ -76,7 +76,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'total_groups',
|
||||
'groups_with_active_failures',
|
||||
'has_inventory_sources'),
|
||||
'project': DEFAULT_SUMMARY_FIELDS + ('status',),
|
||||
'project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type'),
|
||||
'project_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed',),
|
||||
'credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud'),
|
||||
'cloud_credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud'),
|
||||
|
||||
Reference in New Issue
Block a user