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:
@@ -35,6 +35,7 @@ def insert_or_update_stats_for_template(template_id, month, year, count):
|
||||
def dao_get_template_usage_stats_by_service(service_id, year):
|
||||
return db.session.query(
|
||||
StatsTemplateUsageByMonth.template_id,
|
||||
Template.hidden,
|
||||
Template.name,
|
||||
Template.template_type,
|
||||
StatsTemplateUsageByMonth.month,
|
||||
|
||||
Reference in New Issue
Block a user