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

Handle authenticated media when downloading from ImageView #28379

Merged
merged 5 commits into from
Nov 7, 2024

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Nov 5, 2024

Fixes #28018

Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
Signed-off-by: Michael Telatynski <[email protected]>
@t3chguy t3chguy added this pull request to the merge queue Nov 7, 2024
Merged via the queue into develop with commit da4672d Nov 7, 2024
38 checks passed
@t3chguy t3chguy deleted the t3chguy/fix/28018 branch November 7, 2024 12:12
private onDownloadClick = (): void => {
const a = document.createElement("a");
a.href = this.props.src;
if (this.props.name) a.download = this.props.name;
Copy link

Choose a reason for hiding this comment

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

Oh, so that's why the download button was just opening (some) files in a new tab. It was the files with no name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Downloading image via full screen toolbar fails with JSON M_NOTFOUND
3 participants