From 7e9305848487d79c348ab9c8c4bbe7932d1f22a4 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Tue, 7 Feb 2017 14:34:09 +0000 Subject: [PATCH] Update subject line for Request to go live tickets --- app/main/views/service_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/service_settings.py b/app/main/views/service_settings.py index e439de672..0f375d283 100644 --- a/app/main/views/service_settings.py +++ b/app/main/views/service_settings.py @@ -109,7 +109,7 @@ def service_request_to_go_live(service_id): 'person_name': current_user.name, 'department_id': current_app.config.get('DESKPRO_DEPT_ID'), 'agent_team_id': current_app.config.get('DESKPRO_ASSIGNED_AGENT_TEAM_ID'), - 'subject': 'Request to go live', + 'subject': 'Request to go live {}'.format(current_service['name']), 'message': ( 'On behalf of {} ({})\n\nExpected usage\n---' '\nMOU in place: {}'