-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Added multiple emails invite support to workspace invite page #4068
Conversation
Some open questions #4029 (comment) |
Questions: What would be the correct behavior here?
|
cc @TomatoToaster since you're working on the OG issue with proposed changes and there are some questions here. |
@parasharrajat goood catch and good question! I think removing all of them is fine for this PR In the future, I can imagine we might eventually modify the backend to fix the |
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Oh dang it, I bet this happens now because we changed the Repo name. I guess we better get this out of the way. |
I have read the CLA Document and I hereby sign the CLA |
@TomatoToaster Ok. I will finalize the PR for review. |
recheck |
Ready for review. |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging in version: 1.0.79-5🚀
|
iOS - Invite people - Comma not displayed in keyboard to send multiple invitesAction Performed
Expected ResultComma displayed to invite multiple email or email and phone number at once Actual ResultNo comma displayed in keyboard. Reproducible in iOS only. Android is working as expected. Notes/Images/Video comma.mp4 |
This can be fixed by changing the type of keyboard |
@parasharrajat I think that's a good idea. You're right that since we have the email validation already in place, we don't need to restrict the keyboard. |
Removing the deploy blocker since this is still a beta feature and I've got a PR to fix it up. |
🚀 Deployed to production in version: 1.0.80-2🚀
|
Details
#4029 (comment)
Fixed Issues
$ #4029
Tests | QA Steps
1 Login to expensify.cash using an account under freePlan beta
2. Create a workspace via Global create (i.e. the green + icon)
3. Go to Settings and access the Workspace
4. Go to People tab
5. Select "Invite"
6. Attempt to invite multiple valid email addresses and separate them by comma
7. You should be able to invite multiple persons as once.
Tested On
Screenshots
Web
invite-w.mp4
Mobile Web
invite-m.mp4
Desktop
iOS
Android
invite-a.mp4