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

BF: fix file download url rendering #343

Merged
merged 1 commit into from
Sep 21, 2023
Merged

BF: fix file download url rendering #343

merged 1 commit into from
Sep 21, 2023

Conversation

jsheunis
Copy link
Member

The previous state resulted in the download url for a file only containing the first letter of a string (i.e. url_string[0]) because it tested for the existence of an array incorrectly. This PR fixes that test and closes #342

@jsheunis jsheunis merged commit 5a9671c into main Sep 21, 2023
@mslw mslw marked this as a duplicate and then as not a duplicate of #326 Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: javascript returns incorrect file download URL
1 participant