]> source.dussan.org Git - nextcloud-server.git/commit
Fix appending of rows after upload
authorVincent Petry <pvince81@owncloud.com>
Thu, 19 Jun 2014 15:19:28 +0000 (17:19 +0200)
committerVincent Petry <pvince81@owncloud.com>
Thu, 19 Jun 2014 16:21:42 +0000 (18:21 +0200)
commit8ae2468345d5c5a090098a7477121f71992abaa0
tree650b35b1928a3148de2150204ab2c5fc22a4cef8
parent9ef7410abe282e2a81a9cd41672574a74282e4c3
Fix appending of rows after upload

When uploading files or folders, they only need to be appended or
updated when their path or a section of their path is inside the current
directory (which happens for folder upload)

Fixes issue where file was appended when dragging on a parent directory
onto the breadcrumb.

Fixes appending issue when uploading folders.
apps/files/js/filelist.js
apps/files/tests/js/filelistSpec.js