Put URL to service in request to go live ticket

So that:
- we know what environment the request has come from
- a platform admin user can jump straight to that service to check it
  out
This commit is contained in:
Chris Hill-Scott
2016-04-26 16:28:16 +01:00
parent 36d2889a59
commit 456291d630
2 changed files with 2 additions and 2 deletions

View File

@@ -102,7 +102,7 @@ def service_request_to_go_live(service_id):
current_user.name,
current_user.email_address,
current_service['name'],
current_service['id'],
url_for('main.service_dashboard', service_id=current_service['id'], _external=True),
form.usage.data
)
}