You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Boabab Invited Guest Page currently doesn't allow the event admin to remove a guest from the invited guest list. To add this functionality we require:
Add a new email template, using a migration, that informs the invited guest that they have been removed from the guest list for the particular event.
Add a delete method to the InvitedGuestAPI which removes the invited guest and sends the above email to the invited guest
Add a trash icon to each row of the invited guest table which, when clicked, first confirms if the user is sure they want to delete the guest, and if so, calls the delete function on the previous service. Remove the guest from the table if the delete was successful, or display the error if any occurred.
The text was updated successfully, but these errors were encountered:
The Boabab Invited Guest Page currently doesn't allow the event admin to remove a guest from the invited guest list. To add this functionality we require:
delete
method to the InvitedGuestAPI which removes the invited guest and sends the above email to the invited guestThe text was updated successfully, but these errors were encountered: