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

#357 Fix CustomProperties Blob issue #409

Merged

Conversation

tobias-grasse
Copy link
Contributor

When custom properties were set for a newly added file, stringifying the image object would replace the file Blob with a plain object containing just the file name. This change ensures that newly added files are retained after their custom properties are modified before submission.

Fixes #357
Closes #358, I added the compiled assets.

… custom properties

When custom properties were set for a newly added file, stringifying the image object would replace the file Blob with a plain object containing just the file name. This change ensures that newly added files are retained after their custom properties are modified before submission.

Signed-off-by: Tobias Grasse <tg@glancr.de>
@bkintanar bkintanar merged commit b8f70e6 into ebess:master Aug 22, 2023
Gompje pushed a commit to DaktaDeo/advanced-nova-media-library that referenced this pull request Mar 29, 2024
… custom properties (ebess#409)

When custom properties were set for a newly added file, stringifying the image object would replace the file Blob with a plain object containing just the file name. This change ensures that newly added files are retained after their custom properties are modified before submission.

Signed-off-by: Tobias Grasse <tg@glancr.de>
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.

Custom properties - TypeError: Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'.
2 participants