mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-26 08:09:51 -04:00
We were passing `original_file_name` from the `.upload_contact_list` view function to the `.check_contact_list` view function as a query param. We now store it in the metadata instead. `.check_contact_list` still checks for `original_file_name` in the query string if it's not in the metadata - this is necessary until the code has been deployed for a few days and we can be sure that there are no contact lists that are mid-way through the upload stage.