Skip to content
This repository was archived by the owner on Jun 9, 2019. It is now read-only.
This repository was archived by the owner on Jun 9, 2019. It is now read-only.

No fields on first step causes ActiveRecord::RecordNotUnique error #22

Description

@paulschreiber

If you don't put any fields on the first step in the wizard, when you click next, the app will crash with a ActiveRecord::RecordNotUnique error.

This is because it's trying to save with an email address of '', which is not allowed.

If there are no fields, we shouldn't call create.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions