Convert folder into shared folders now working

This commit is contained in:
ClemDee
2019-07-30 16:39:28 +02:00
parent 4a93d1829a
commit 1cddd99baa
3 changed files with 70 additions and 3 deletions

View File

@@ -3601,7 +3601,7 @@ define([
UI.confirm(Messages.convertFolderToSF_confirm || "In order to be shared, this folder must be converted into a shared folder. Proceed ?", function(res) {
if (!res) { return; }
if (paths[0].path.length <= 1) { return; } // if root
// convert folder to Shared Folder
manager.convertFolderToSharedFolder(paths[0].path, refresh);
});
}
} else { // File