mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-31 23:26:23 -05:00
Added a template_type to the rest call
Added a template type which is required for the admin UI and updated the tests. The rest tests needed updated because of the bug fix for aggregation.
This commit is contained in:
@@ -539,6 +539,7 @@ def get_monthly_template_usage(service_id):
|
||||
{
|
||||
'template_id': str(i.template_id),
|
||||
'name': i.name,
|
||||
'type': i.template_type,
|
||||
'month': i.month,
|
||||
'year': i.year,
|
||||
'count': i.count
|
||||
|
||||
Reference in New Issue
Block a user