-
Notifications
You must be signed in to change notification settings - Fork 8k
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
feat: when bulk importing, ignore already invited people #13861
Conversation
@Pritam-sd-dev is attempting to deploy a commit to the cal Team on Vercel. A member of the Team first needs to authorize it. |
Thank you for following the naming conventions! 🙏 Feel free to join our discord and post your PR link. |
Graphite AutomationsA Graphite automation took an action on this PR • (02/26/24)1 label was added based on Keith Williams's automation, 'Add community label' |
📦 Next.js Bundle Analysis for @calcom/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
This PR is being marked as stale due to inactivity. |
looks solid, anything missing? |
Hi @Pritam-sd-dev - I'd like see this fixed in the Also, you can consider splitting up the check eligibility code into two seperate functions (one for illegal actions, a |
This PR is being marked as stale due to inactivity. |
@Pritam-sd-dev will you be able to take a look at that? Putting it in draft for now until this is addressed 🙏 |
This has already been fixed #13139 cal.com/packages/trpc/server/routers/viewer/teams/inviteMember/inviteMember.handler.ts Lines 78 to 86 in df95ec4
|
|
What does this PR do?
Fixes #13825
Before:
https://www.loom.com/share/2478041272b24f6aabed035c06f0c7e5?sid=18a4848a-1b1a-49c5-8ed9-ff7fc44af281
After:
https://www.loom.com/share/285d8bd3141640d98db157495c140171?sid=41e32490-af3f-49e1-b14f-5cf502cc058c
Type of change
How should this be tested?
Checklist