]> source.dussan.org Git - nextcloud-server.git/commit
Use actual file path on rename/delete
authorVincent Petry <pvince81@owncloud.com>
Fri, 6 Jun 2014 13:13:02 +0000 (15:13 +0200)
committerVincent Petry <pvince81@owncloud.com>
Fri, 6 Jun 2014 13:17:55 +0000 (15:17 +0200)
commitd3d0035a9a81ea5d3e314141069f4914e3c6ce54
tree59e9fe9a626184ae1d1688a67116203607641e0a
parent933c05566e21c27e4f2d4b4e9c2d54e7b363d304
Use actual file path on rename/delete

When renaming or deleting a file that is in a subdirectory, performing
the action from the sharing overview or another file list view, the
actual directory of the file must be used instead of the current
directory.
apps/files/js/fileactions.js
apps/files/js/filelist.js
apps/files/tests/js/fileactionsSpec.js
apps/files/tests/js/filelistSpec.js