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

Response data is missing when adding new media #11278

Closed
matthewcare opened this issue Oct 5, 2021 · 1 comment · Fixed by #11279
Closed

Response data is missing when adding new media #11278

matthewcare opened this issue Oct 5, 2021 · 1 comment · Fixed by #11279
Labels

Comments

@matthewcare
Copy link
Contributor

Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8

9.0

Bug summary

When adding new media there is no response data. This is due to tempFiles not being passed into the return result.

This missing data means that the dropzone post upload isn't working properly if there is an error in the upload.

Specifics

No response

Steps to reproduce

Add new media, and check the response from the PostAddFile.

Expected result / actual result

No response

matthewcare added a commit to matthewcare/Umbraco-CMS that referenced this issue Oct 5, 2021
Add the response data to the return. Fixes umbraco#11278
nul800sebastiaan pushed a commit that referenced this issue Oct 12, 2021
Add the response data to the return. Fixes #11278
@nul800sebastiaan
Copy link
Member

Fixed in #11304

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 a pull request may close this issue.

2 participants