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
Current behavior:
User can create multiple custom folders with same name. They have different IDs, but there is nothing that checks uniqueness of names.
Correct behavior:
For each user, all custom folder names should be unique. (However, user A should be able to create folder folder with same name as user B, but only one such folder.)
Steps to reproduce:
Login to app as valid user.
In left menu, click Folders.
Click "Create a new custom folder" button.
For folder name enter "My first custom folder"
Click Create Folder.
In left menu, click Folders.
Click "Create a new custom folder" button.
For folder name enter "My first custom folder"
Click Create Folder.
Actual Result: 2 folders with exactly same name now exist.
The text was updated successfully, but these errors were encountered:
Current behavior:
User can create multiple custom folders with same name. They have different IDs, but there is nothing that checks uniqueness of names.
Correct behavior:
For each user, all custom folder names should be unique. (However, user A should be able to create folder folder with same name as user B, but only one such folder.)
Steps to reproduce:
Actual Result: 2 folders with exactly same name now exist.
The text was updated successfully, but these errors were encountered: