mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 10:27:37 -02:30
Add notification_template to summary fields
This commit is contained in:
@@ -89,7 +89,8 @@ SUMMARIZABLE_FK_FIELDS = {
|
|||||||
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||||
'inventory_source': ('source', 'last_updated', 'status'),
|
'inventory_source': ('source', 'last_updated', 'status'),
|
||||||
'source_script': ('name', 'description'),
|
'source_script': ('name', 'description'),
|
||||||
'role': ('id', 'role_field')
|
'role': ('id', 'role_field'),
|
||||||
|
'notification_template': DEFAULT_SUMMARY_FIELDS,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user