ripples / Present

Present is a web client for PAOL lecture capture.
3 stars 2 forks source link

Don't allow event to be created without appropriate fields being filled #35

Closed Zhendryk closed 6 years ago

Zhendryk commented 6 years ago

Example: When filling out everything except start date on a regular single event. Throws an error saying getFullYear isn't a function. (no date object provided)

Zhendryk commented 6 years ago

Fixed. Form validation was added to the Add Event and Edit Event modals.