mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
Update service with the user that requested to go live.
When a service is marked as live update the service with the go live datetime.
This commit is contained in:
@@ -247,6 +247,8 @@ def submit_request_to_go_live(service_id):
|
||||
tags=current_service.request_to_go_live_tags,
|
||||
)
|
||||
|
||||
current_service.update(go_live_user=current_user.id)
|
||||
|
||||
flash('Thanks for your request to go live. We’ll get back to you within one working day.', 'default')
|
||||
return redirect(url_for('.service_settings', service_id=service_id))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user