-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Room name doesn't register special characters instead of throwing error #12678
Comments
Triggered auto assignment to @lschurr ( |
@lschurr I'll fix this. |
Will start on this today. |
Cool @puneetlath - do I need to do anything? Should I be trying to reproduce? |
Nope, it's reproducible. |
Heyooooo any updates on this one @puneetlath? |
I realized I need to refactor this page to use the new Forms component, so it's a little bit more involved then I initially thought. Hope to have a PR up today. |
Still working on this, should be done soon. |
@puneetlath, @lschurr Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@puneetlath - you're OOO this week right? |
Gonna move to Weekly since Puneet is OOO. |
Also assigning myself since I'm managing the tracking issue here |
Still on hold, now for #13915 |
Triggered auto assignment to @davidcardoza ( |
@davidcardoza we need some error copy for when someone tries to enter an invalid room name. We only allow letters, numbers, and dashes in room names. All other characters are disallowed. I'm thinking:
For reference, here is Slack's: How does that sound? |
How about this, just a slight addition:
I think most users will try to create a room with spaces, but that's just my opinion. |
If they try to enter a space we automatically replace it with a dash. So I don't think we need to include that. |
That's awesome, I didn’t know that. Your copy looks good to me in that case. |
@lschurr FYI this is internal, but @rushatgabhane is helping out with PR review and will need to be paid out (once this goes live). |
@rushatgabhane could you apply for the job in Upwork? https://www.upwork.com/jobs/~01f8eb2fdbe370c1ac |
@lschurr thanks! I've applied |
Hey @puneetlath - Is this live? Should I pay and close this out or are we still waiting on something? |
Yes! The PR hit production on Jan 9 so you're good to pay out @rushatgabhane on this one. |
Awesome. Paid! |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Break down in numbered steps
New Room
from the create menu!
or.
in the room titleExpected Result:
Describe what you think should've happened
The special character that was typed is shown, along with a validation error saying that character is not allowed.
Actual Result:
Describe what actually happened
The character is not shown at all.
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platform:
Where is this issue occurring?
Version Number: v1.2.26-0
Reproducible in staging?: y
Reproducible in production?: y
Issue reported by: @puneetlath
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1668173276175579?thread_ts=1668112427.854869&cid=C049HHMV9SM
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: