]> source.dussan.org Git - nextcloud-server.git/commit
Return path attribute for ajax rename operations
authorVincent Petry <pvince81@owncloud.com>
Mon, 12 Jan 2015 13:01:40 +0000 (14:01 +0100)
committerVincent Petry <pvince81@owncloud.com>
Mon, 12 Jan 2015 17:15:31 +0000 (18:15 +0100)
commit8cc13031e95852e6d2999d963ed7844a7a491540
tree6cf8447fc4cf0abe27daf64c8ab134a1bbbaf958
parentdac7828480207f8297e63d1f2834e118a869bf81
Return path attribute for ajax rename operations

This fixes an issue when renaming files from a flat list view like
"Favorites" or "Shared with you", in which case the path needs to be
present in the response to make sure the data-path attribute is properly
set in the JS side.
apps/files/lib/app.php
apps/files/tests/ajax_rename.php