mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
Add notification_template to summary fields
This commit is contained in:
parent
80b044580d
commit
4eb6adb5e7
@ -89,7 +89,8 @@ SUMMARIZABLE_FK_FIELDS = {
|
||||
'current_job': DEFAULT_SUMMARY_FIELDS + ('status', 'failed', 'license_error'),
|
||||
'inventory_source': ('source', 'last_updated', 'status'),
|
||||
'source_script': ('name', 'description'),
|
||||
'role': ('id', 'role_field')
|
||||
'role': ('id', 'role_field'),
|
||||
'notification_template': DEFAULT_SUMMARY_FIELDS,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user