-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels