Add notification_template to summary fields

This commit is contained in:
Matthew Jones 2016-06-27 15:35:34 -04:00
parent 80b044580d
commit 4eb6adb5e7

View File

@ -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,
}