-
Notifications
You must be signed in to change notification settings - Fork 168
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
%2F in folder names converts to "/" when clicking the breadcrumbs #1883
Comments
same happens when simply hitting the reload-button of the browser |
Assigned to @haribhandari07 to cover acceptance tests |
Seems like there is an issue on upstream vue-router package related to our problem: vuejs/vue-router#2725. The problem is happening on only initial navigation (when page refreshed). So, if you have nested 3 folders with '%2F' on their name, navigating into parent folders from breadcrumb is working without any problem. Only navigating into last child is not working, because it is refreshing the page. I do not know, why last child need to refrash page though. |
Original issue solved in #3723 but the reload part is still broken |
This was closed when the PR was merged. It is not solved entirely, yet. |
Steps to reproduce
folder%2Fwith%2FSlashes
Expected behaviour
folder%2Fwith%2FSlashes
Actual behaviour
folder/with/Slashes
Loading folder failed… File with name folder/with/Slashes could not be located
The text was updated successfully, but these errors were encountered: