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

Fix path filtering when directory has whitespace in it #3600

Merged
merged 2 commits into from
Mar 25, 2023

Conversation

WithoutPants
Copy link
Collaborator

Changes the behaviour of the directory selector in the path filter to quote the path value if it contains spaces. Also suppresses the display of errors in the path filter dialog.

Resolves #3597 - it won't work when trying to filter with a quoted path non-quoted path parts (ie `"full/quoted path" foo bar), but this is a more niche use case and should be addressed separately.

@WithoutPants WithoutPants added the bug Something isn't working label Mar 25, 2023
@WithoutPants WithoutPants added this to the Version 0.20.0 milestone Mar 25, 2023
@WithoutPants WithoutPants merged commit 0050e4a into stashapp:develop Mar 25, 2023
dogwithakeyboard pushed a commit to dogwithakeyboard/stash that referenced this pull request Mar 26, 2023
* Add quotes for path with space in path filter
* Hide directory errors in path filter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Change it so if you select a path in the folder browser with spaces in it, the full path is used
1 participant