From 83481a8b2869065c56d62940bf1f6bf3d64e08be Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Mon, 29 Apr 2024 14:25:13 -0700 Subject: [PATCH] cleaned up and removed from_job and notification_id from redirect, no longer needed --- app/main/views/send.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/main/views/send.py b/app/main/views/send.py index 02f7d2121..a0ef0b905 100644 --- a/app/main/views/send.py +++ b/app/main/views/send.py @@ -1006,8 +1006,6 @@ def send_notification(service_id, template_id): ".view_job", service_id=service_id, job_id=upload_id, - from_job=upload_id, - notification_id=notifications["notifications"][0]["id"], # used to show the final step of the tour (help=3) or not show # a back link on a just sent one off notification (help=0) help=request.args.get("help"),