Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated filename string into db for a notification and UI display #1502

Merged
merged 1 commit into from
May 31, 2024

Conversation

anagradova
Copy link
Contributor

Description

Updated the filename string of a "one-off" csv to be [one-off-uuid4].csv for notifications. The display for the filename on the dashboard was truncated to only show the first 12 characters of the string [one-off-12ab].

This should include:

image

Security Considerations

There are no security considerations and using the uuid4 full string should still prevent collisions in the db.

@anagradova anagradova added engineering bug python Pull requests that update Python code UI/UX Quick UI Fix cosmetic change labels May 2, 2024
@anagradova anagradova linked an issue May 2, 2024 that may be closed by this pull request
@terrazoon terrazoon removed their assignment May 8, 2024
Copy link
Contributor

@ccostino ccostino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, @anagradova!

@ccostino ccostino merged commit 67523fb into main May 31, 2024
8 checks passed
@ccostino ccostino deleted the 1405-bug-long-complicated-csv-name branch May 31, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug engineering python Pull requests that update Python code Quick UI Fix cosmetic change UI/UX
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Bug: One-off sends have a long/complicated CSV name
4 participants