mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-28 22:30:44 -05:00
When you upload a CSV the check page takes the file name from the URL and writes it to the S3 metadata for that file. This also happens when you go to the .png version of this page. The .png version of the page doesn’t have the filename in the URL. So it re-writes the S3 metadata with an empty filename. This means that all letter jobs sent recently have no file names. This commit fixes this problem.