Skip to content
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

user can create multiple custom folder with same name #1

Open
ontytoom opened this issue Feb 4, 2017 · 0 comments
Open

user can create multiple custom folder with same name #1

ontytoom opened this issue Feb 4, 2017 · 0 comments

Comments

@ontytoom
Copy link
Collaborator

ontytoom commented Feb 4, 2017

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:

  1. Login to app as valid user.
  2. In left menu, click Folders.
  3. Click "Create a new custom folder" button.
  4. For folder name enter "My first custom folder"
  5. Click Create Folder.
  6. In left menu, click Folders.
  7. Click "Create a new custom folder" button.
  8. For folder name enter "My first custom folder"
  9. Click Create Folder.

Actual Result: 2 folders with exactly same name now exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant