Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow typing/pasting of paths in the Path: text box OR - Go To Folder.... dialog box #387

Open
dtenenba opened this issue Dec 7, 2021 · 1 comment

Comments

@dtenenba
Copy link
Contributor

dtenenba commented Dec 7, 2021

Currently the Path text boxes in the left and right panes do not let you type in them. Their values are changed when you navigate the folder structure, and it looks like it stores previously visited directories that you can click on (after expanding the drop down), but you can't type or paste into the box, and here's an actual use case to show why that's needed:

We have a user who needs access to some directory on the local ("rhino") file system. Let's call the directory /a/b/c/d. She has access to that directory but not to some of the directories above it so she cannot navigate to the directory by navigating from /.
In this particular case, it is by design that she does not have permissions to those upper level directories, so asking helpdesk for a permissions change will not work.

There is a workaround to this, which is to create an SFTP cloud connection that goes directly to the directory the user needs:

image

But that's just a workaround....

I know this text box is complicated enough already. So maybe we need a separate button that lets you type/paste in a path, sort of like with Go/Go To Folder... menu item in the macOS Finder.

Sort of related to #161 . In fact this would break autocompletion as we cannot complete paths that we don't have permission to access. So this argues for a Go To Folder... type of solution.

@dtenenba dtenenba changed the title allow typing/pasting of paths in the Path: text box allow typing/pasting of paths in the Path: text box OR - Go To Folder.... dialog box Dec 7, 2021
@nathanthorpe
Copy link
Member

This seems to already be implemented

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants