Fix multi-file dropzone upload issue causing bucket listing duplication (#5392)
This commit fixes the order of the functions inside the selectPrefix function due to the fact that, as multiple files were being uploaded, the resetObjects function (that clears the object list) ran repeatedly for each of these objects, right before the appendObjects function (that appends the objects being uploaded to the current list of objects) also ran for all of these objects. This caused all the objects in the bucket to be repeated in the list for the number of objects that were dragged into the dropzone.master
parent
12f67d47f1
commit
78a641fc6a
File diff suppressed because one or more lines are too long
Loading…
Reference in new issue