Handle symlinks in filemanager
This commit is contained in:
@@ -217,7 +217,9 @@ app.controller('FileManagerController', ['$scope', '$timeout', 'Client', functio
|
||||
$scope.changeDirectory(filePath);
|
||||
} else if (entry.isFile) {
|
||||
$scope.textEditor.show(entry);
|
||||
} else {}
|
||||
} else {
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
$scope.goDirectoryUp = function () {
|
||||
|
||||
Reference in New Issue
Block a user