mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 23:41:17 -05:00
Add template hidden field in response
This commit is contained in:
@@ -83,6 +83,7 @@ def dao_get_template_usage(service_id, limit_days=None):
|
||||
Template.id.label('template_id'),
|
||||
Template.name,
|
||||
Template.template_type,
|
||||
Template.hidden,
|
||||
notifications_aggregate_query.c.count
|
||||
).join(
|
||||
notifications_aggregate_query,
|
||||
|
||||
Reference in New Issue
Block a user