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

Check for duplicate name before creating channel or private group #329

Closed
rwakida opened this issue Jul 23, 2015 · 1 comment
Closed

Check for duplicate name before creating channel or private group #329

rwakida opened this issue Jul 23, 2015 · 1 comment

Comments

@rwakida
Copy link
Contributor

rwakida commented Jul 23, 2015

To reproduce:

  1. Create private group with name: 'pg1'
  2. Create another private group with same name, 'pg1'
  3. non-descriptive Internal Server Error returned
@sampaiodiego
Copy link
Member

I see you had fixed.. can you make a PR? =)

rwakida added a commit to rwakida/Rocket.Chat that referenced this issue Jul 24, 2015
private group and channel.  Check for illegal name for private group.

- Use il8n for error messages
- Add il8n english error message for duplicate channel/private group
  name
- Add illegal name serverside check to createPrivateGroup method
- Add logic to handle different error types on privateGroupsFlex page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants