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

fixed #6544. Add Folder issue for adding a sub-folder inside a folder. #6545

Merged
merged 1 commit into from
Jul 10, 2023

Conversation

sanlinnaing
Copy link
Contributor

Issue root cause is "/" omitted while file_path is making from path and name. Fixed the issue of sub-folder adding issue by adding a if condition that pre-checking "/" is end of the path or start of the name.

…de a folder.

Issue root cause is "/" omitted while `file_path` is making from `path` and `name`.
Fixed the issue of sub-folder adding issue by adding a process to check "/" is end of the `path` or start of the `name`.
@adityatoshniwal adityatoshniwal merged commit 16a0950 into pgadmin-org:master Jul 10, 2023
25 of 26 checks passed
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

Successfully merging this pull request may close these issues.

2 participants