You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior: Go to list foo/bar Actual behavior: Nothing happens
Looking at the filesystem server-side you'll see that a file called bar.txt is created in the data folder. If you do a refresh on the client, the list will appear as bar and be clickable.
Suggested fix: Fully escape list names
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
foo/bar
Expected behavior: Go to list
foo/bar
Actual behavior: Nothing happens
Looking at the filesystem server-side you'll see that a file called
bar.txt
is created in thedata
folder. If you do a refresh on the client, the list will appear asbar
and be clickable.Suggested fix: Fully escape list names
The text was updated successfully, but these errors were encountered: