todoMini
todoMini copied to clipboard
A list with forward slashes is inaccessible
Steps to reproduce:
- Create a new todo list called
foo/bar - Try to click on it
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
Thank you for reporting this, will fix.