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

Fix resending team invite #8157

Draft
wants to merge 13 commits into
base: 1.5.x
Choose a base branch
from
Draft

Conversation

stnguyen90
Copy link
Contributor

What does this PR do?

Fixes #5901

Test Plan

Tests should pass

Related PRs and Issues

Checklist

  • Have you read the Contributing Guidelines on issues?
  • If the PR includes a change to an API's metadata (desc, label, params, etc.), does it also include updated API specs and example docs?

ZachHandley and others added 13 commits February 4, 2024 17:43
… not confirmed their invite

- Added a boolean for shouldCreate or shouldUpdate essentially
- Checks for a user in the database by looking at memberships with the same user email that aren't confirmed
- Still throws duplicate error if *confirmed* user with same email exists and this endpoint is attempted to be hit
…ttps://github.com/ZachHandley/appwrite into bug-5901-fix-resend-invitation-from-create-invite

# Conflicts:
#	app/controllers/api/teams.php
Fixed code formatting, I believe I resolved the merge conflicts
…ion-from-create-invite

Bug 5901 fix resend invitation from create invite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Bug Report: When trying to resend email in Organization tab it throws AppwriteException
2 participants