Skip to content

Prevent empty name or email from getting saved to db

Katie Lundsgaard requested to merge dont-save-empty-fields into dev

@DSASanFrancisco/portal-members

First name, last name, and email are able to get saved in the database via the Add Member view in the Admin tab. This fix returns a BadRequest error if any of these fields are blank, but there should maybe be some form validation on the front end as well.

Merge request reports