We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Deleting a project sends an email to the user but also the interested and team members.
To Reproduce Send a DELETE request to /project/:state/:projectId where :state represents whether the project is currently open or closed.
DELETE
/project/:state/:projectId
:state
Expected behavior On the completion of the delete function, it should call the following email triggers for sending an email to
If the team or interested fields are empty, it just sends the email to [email protected]
team
interested
Screenshots This email should have just been sent to oscar but was also sent to saakshaat2001 (in the team)
Source
The text was updated successfully, but these errors were encountered:
Saakshaat
No branches or pull requests
Describe the bug
Deleting a project sends an email to the user but also the interested and team members.
To Reproduce
Send a
DELETE
request to/project/:state/:projectId
where:state
represents whether the project is currently open or closed.Expected behavior
On the completion of the delete function, it should call the following email triggers for sending an email to
If the
team
orinterested
fields are empty, it just sends the email to [email protected]Screenshots
This email should have just been sent to oscar but was also sent to saakshaat2001 (in the team)
Source
The text was updated successfully, but these errors were encountered: