JoshuaStorm / meetable

A free web application for simplifying the process of scheduling individual and group meetings.
https://meetable-us.herokuapp.com/
4 stars 3 forks source link

Submitting an invite without a title/duration still emails the user #303

Open JoshuaStorm opened 7 years ago

JoshuaStorm commented 7 years ago

Seems like we somehow missed the front-end value check on this.

This does not seem to create backend issues since it gets caught by our backend check sanitization but it does email the invited user about an invitation that is never sent.

The active user just gets the default "Invite could not be sent" message.

wontfix since we're past deadline