minio/browser/app/js
Kaan Kabalak 78a641fc6a 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.
2018-01-13 22:45:20 +05:30
..
__tests__ browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
components Integrate existing remove bucket functionality from newux to current UI (#5289) 2017-12-29 18:45:44 +05:30
actions.js Fix multi-file dropzone upload issue causing bucket listing duplication (#5392) 2018-01-13 22:45:20 +05:30
constants.js browser: Remove hardcoding of minioBrowserPrefix=/minio (#5048) 2017-11-06 15:59:37 -08:00
jsonrpc.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
mime.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
reducers.js Integrate existing remove bucket functionality from newux to current UI (#5289) 2017-12-29 18:45:44 +05:30
utils.js browser: Update ui-assets and fix the copyright header. (#3790) 2017-02-22 17:27:26 -08:00
web.js Integrate existing remove bucket functionality from newux to current UI (#5289) 2017-12-29 18:45:44 +05:30