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

FileElement: Fix that uploaded files are not preserved across requests #128

Merged
merged 1 commit into from Aug 28, 2023

Conversation

nilmerg
Copy link
Member

@nilmerg nilmerg commented Aug 25, 2023

Also fixes a small validation issue where invalid uploaded files were attempted to store which led to a stacktrace.

fixes #126

@nilmerg nilmerg added the bug Something isn't working label Aug 25, 2023
@nilmerg nilmerg added this to the v0.8.0 milestone Aug 25, 2023
@nilmerg nilmerg requested a review from yhabteab August 25, 2023 09:09
@nilmerg nilmerg self-assigned this Aug 25, 2023
@cla-bot cla-bot bot added the cla/signed label Aug 25, 2023
@nilmerg nilmerg force-pushed the fix/file-upload-preservation-126 branch from 331e306 to 4ceaa42 Compare August 25, 2023 09:14
Also fixes a small validation issue where invalid uploaded files
were attempted to store which led to a stacktrace.

fixes #126
@nilmerg nilmerg force-pushed the fix/file-upload-preservation-126 branch from 4ceaa42 to a537a7d Compare August 25, 2023 09:16
@nilmerg nilmerg merged commit 28da52e into main Aug 28, 2023
13 checks passed
@nilmerg nilmerg deleted the fix/file-upload-preservation-126 branch August 28, 2023 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cla/signed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FileElement does not preserve multiple uploads
2 participants