RocketChat / RocketChat/Rocket.Chat
[BUG] cant use special characters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
Server Setup Information:
- Version of Rocket.Chat Server: 0.63.1
- Operating System: ubuntu 1710
- Deployment Method(snap/docker/tar/etc): snao
- Number of Running Instances: 1
- DB Replicaset Oplog: idk
- Node Version: latest
- mongoDB Version: latest
Steps to Reproduce:
- enable special characters in layout
- edit name to "Hjälp"
- save
Expected behavior:
it will let me save the new name
Actual behavior:
error shows up
#10469
"%s är inte ett giltigt rumsnamn"
Relevant logs:
[34mI20180417-02:18:19.538(0) [32m➔ [32m| Rocket.Chat Version: 0.63.1 |
[34mI20180417-02:18:19.539(0) [32m➔ [32m| NodeJS Version: 8.9.4 - x64 |
[34mI20180417-02:18:19.539(0) [32m➔ [32m| Platform: linux |
[34mI20180417-02:18:19.540(0) [32m➔ [32m| Process Port: 3000 |
[34mI20180417-02:18:19.540(0) [32m➔ [32m| Site URL: http://gridux.se:3000 |
[34mI20180417-02:18:19.541(0) [32m➔ [32m| ReplicaSet OpLog: Enabled |
[34mI20180417-02:18:19.541(0) [32m➔ [32m| Commit Hash: ac16e93869 |
[34mI20180417-02:18:19.542(0) [32m➔ [32m| Commit Branch: HEAD |
[34mI20180417-02:18:19.542(0) [32m➔ [32m|
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported steps with special characters enabled, using the example room name "Hjälp" and reviewing the related error reference #10469. Trace the room-name validation involved in saving the layout name; done means the name saves successfully without the reported invalid-room-name error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- full-stack
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100