-
Notifications
You must be signed in to change notification settings - Fork 16
FIREFLY-1748: Cleanup and fix failing tests #1809
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- If the title is set to
abc.zip
, the downloaded file ends up asabc.zip.zip
. This might be acceptable, but just noting it in case it's unintended.
Yes, this is unintended. I'll see if it's easy enough to fix this.
Yes so the reason for this is that we used to have two separate fields on the UI, a |
wait, could you clarify this part @loitly? Are you not able to download and then run the script? (if you do |
In WISE, when I click Download, there's no option to get a script, It just packages and downloads the zip file directly. The only way to get a script is by enabling email notification. The email includes a link to download the script, which can then be used to download the zip file. This is the observed behavior. If all of this is intended, then it's fine. |
Oh right, yes that's intended. Wise is one of the apps where we don't do download script by default (eventually we may, I think @robyww prefers that as well). But yes as of now it's the intended functionality. |
@loitly I'm merging for now, as this is technically easy to do but I would like to discuss logic at Thursday's meeting. Because we could normally allow periods in filenames, so we can discuss what the edge cases could be. |
7af3beb
to
7489393
Compare
Ticket: https://jira.ipac.caltech.edu/browse/FIREFLY-1748
IFE PR: https://github.com/IPAC-SW/irsa-ife/pull/426
BaseFileName
toTitle
(since we merged these fields in the UI), and useTitle
as the file nameTesting
Title
field of the download dialog