Link back to uploaded letters page

If you’ve come to look at a notification via the uploaded letters page
then the ‘< back’ link should take you back there, not to the usual
activity page.
This commit is contained in:
Chris Hill-Scott
2020-05-11 14:20:53 +01:00
parent 34f5417844
commit a9998958b7
7 changed files with 47 additions and 2 deletions

View File

@@ -117,6 +117,10 @@ def test_notification_status_page_respects_redaction(
{'from_job': 'job_id'},
partial(url_for, 'main.view_job', job_id='job_id'),
),
(
{'from_uploaded_letters': '2020-02-02'},
partial(url_for, 'main.uploaded_letters', letter_print_day='2020-02-02'),
),
(
{'help': '0'},
None,