You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When uploading files to an UploadField in inline editing mode, if multiple files are uploaded at once they will fail to attach after they finish uploading. They upload successfully, but the field never updates to reflect this - they just disappear. Uploading one at a time works fine, and so does uploading in non inline editing mode. 1st half of video shows this.
This issue also seems to affect UploadFields that are restricted to a single file - if you try to upload multiple files, the error to say you can’t do this appears briefly and then disappears again. 2nd half of video shows this.
Screen.Recording.2024-11-04.at.10.00.35.mov
How to reproduce
Upload a single file, observe that it’s attached after it finishes uploading. Upload two files at once, observe that they disappear after they’ve finished uploading.
I was going to open this against asset-admin but it only affects inline editing mode, so I guess regardless of which codebase causes the issue it’s better to track it here.
Validations
Check that there isn't already an issue that reports the same bug
Double check that your reproduction steps work in a fresh installation of silverstripe/installer (with any code examples you've provided)
The text was updated successfully, but these errors were encountered:
Module version(s) affected
5.3.0
Description
When uploading files to an
UploadField
in inline editing mode, if multiple files are uploaded at once they will fail to attach after they finish uploading. They upload successfully, but the field never updates to reflect this - they just disappear. Uploading one at a time works fine, and so does uploading in non inline editing mode. 1st half of video shows this.This issue also seems to affect UploadFields that are restricted to a single file - if you try to upload multiple files, the error to say you can’t do this appears briefly and then disappears again. 2nd half of video shows this.
Screen.Recording.2024-11-04.at.10.00.35.mov
How to reproduce
Upload a single file, observe that it’s attached after it finishes uploading. Upload two files at once, observe that they disappear after they’ve finished uploading.
Code snippet below:
Possible Solution
No response
Additional Context
I was going to open this against
asset-admin
but it only affects inline editing mode, so I guess regardless of which codebase causes the issue it’s better to track it here.Validations
silverstripe/installer
(with any code examples you've provided)The text was updated successfully, but these errors were encountered: