mirror of
https://github.com/ansible/awx.git
synced 2026-04-09 12:09:20 -02:30
Allow modify scm branch override
* Source Control Branch was not being displayed as part of the JobTemplate Edit, since the project did not have the variable `allow_override` as part of the summary_fields. * Add source control details for JobDetail and WorkflowJobTemplateDetail See: https://github.com/ansible/awx/issues/8788
This commit is contained in:
@@ -150,7 +150,7 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'group': DEFAULT_SUMMARY_FIELDS,
|
||||
'default_environment': DEFAULT_SUMMARY_FIELDS + ('image',),
|
||||
'execution_environment': DEFAULT_SUMMARY_FIELDS + ('image',),
|
||||
'project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type'),
|
||||
'project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type', 'allow_override'),
|
||||
'source_project': DEFAULT_SUMMARY_FIELDS + ('status', 'scm_type'),
|
||||
'project_update': DEFAULT_SUMMARY_FIELDS + ('status', 'failed'),
|
||||
'credential': DEFAULT_SUMMARY_FIELDS + ('kind', 'cloud', 'kubernetes', 'credential_type_id'),
|
||||
|
||||
Reference in New Issue
Block a user