mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Added scm_type to project summary fields
This commit is contained in:
parent
9d289e4349
commit
e45201aa87
@ -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'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user